Learn R Programming

epidatr (version 1.2.0)

pvt_meta_norostat: Metadata for the NoroSTAT endpoint

Description

API docs: https://cmu-delphi.github.io/delphi-epidata/api/meta_norostat.html

Usage

pvt_meta_norostat(auth, fetch_args = fetch_args_list())

Value

list

Arguments

auth

string. Restricted access key (not the same as API key).

fetch_args

fetch_args. Additional arguments to pass to fetch().

See Also

pvt_norostat()

Examples

Run this code
if (FALSE) {
pvt_meta_norostat(auth = Sys.getenv("SECRET_API_AUTH_NOROSTAT"))
}

Run the code above in your browser using DataLab