Wrapper for downloading US data

get_us(
  ports = c("states_current", "states_daily", "states_info", "states_screenshots",
    "us_current", "us_daily", "urls")
)

Arguments

ports

ports

Value

a list

Examples

us <- get_us("us_current")
#> No encoding supplied: defaulting to UTF-8.
us <- get_us("states_daily")
#> No encoding supplied: defaulting to UTF-8.
us <- get_us()
#> No encoding supplied: defaulting to UTF-8.
#> Error in curl::curl_fetch_memory(url, handle = handle): Failure when receiving data from the peer