Usage
pvt_meta_norostat(auth, fetch_args = fetch_args_list())
Arguments
- auth
string. Restricted access key (not the same as API key).
- fetch_args
fetch_args
. Additional arguments to pass tofetch()
.
Examples
if (FALSE) { # \dontrun{
pvt_meta_norostat(auth = Sys.getenv("SECRET_API_AUTH_NOROSTAT"))
} # }