Learn R Programming

covid19us (version 0.1.9)

refresh_covid19us: Get state data in long format

Description

Get state data in long format

Usage

refresh_covid19us(type = "daily")

Value

A tibble of data retrieved with get_states_daily or get_states_current in long format with a data_type and a value column.

Arguments

type

One of "daily" or "current"

Examples

Run this code
# \donttest{
refresh_covid19us()
# }

Run the code above in your browser using DataLab