Skip to contents

Usage

pvt_meta_norostat(auth, fetch_args = fetch_args_list())

Arguments

auth

string. Your restricted access key (not the same as API key).

fetch_args

fetch_args_list(). Additional arguments to pass to fetch(). See fetch_args_list() for details.

Value

list

See also

For example queries showing how to discover signals and build calls, see vignette("signal-discovery", package = "epidatr").

See also

Examples

if (FALSE) { # \dontrun{
pvt_meta_norostat(auth = Sys.getenv("DELPHI_EPIDATA_KEY"))
} # }