refresh_covid19us {covid19us}R Documentation

Get state data in long format

Description

Get state data in long format

Usage

refresh_covid19us(type = "daily")

Arguments

type

One of "daily" or "current"

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.

Examples


refresh_covid19us()


[Package covid19us version 0.1.9 Index]