Skip to contents

Name providers available for a given version

Usage

available_providers(version = latest_version(), db = td_connect())

Arguments

version

snapshot version, defaults to the latest available

db

a connection from td_connect()

Value

a data.frame of provider and the schemas published for it

Examples

if (FALSE) { # \dontrun{
available_providers()
} # }