Learn R Programming

covid19us (version 0.1.9)

get_states_current: Get current counts for every state

Description

Get current counts for every state

Usage

get_states_current()

Arguments

Value

A tibble with one row per state and columns for individuals' COVID statuses (positive, negative, pending, death) and their total.

Examples

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

Run the code above in your browser using DataLab