powered by
The load_covid function and format_data function return an object of S3 class pandemicData in a list format containing the components described below.
load_covid
format_data
pandemicData
data
data frame with the number of cumulative cases, new cases or/and cumulative deaths and new deaths for each date in the specified location.
name
string with the location name.
population
numeric object that contains the population size of the given location.