Updates the Canadian COVID-19 cases.

refresh_CanadaC19_cases(verbose = TRUE)

Arguments

verbose

Should messages be displayed?

Source

Covid19Canada

covid19R documentation

Value

A tibble object

  • date - The date in YYYY-MM-DD form

  • location - The name of the location as provided by the data source. XXXXX

  • location_type - The type of location using the covid19R controlled vocabulary. SAY MORE ABOUT THIS

  • location_code - A standardized location code using a national or international standard. ADD MORE

  • location_code_type The type of standardized location code being used according to the covid19R controlled vocabulary. Here we use XXXX

  • data_type - the type of data in that given row using the covid19R controlled vocabulary. Includes WHAT DATA TYPES ARE HERE?

  • value - number of cases of each data type

Details

This package scrapes Canadian reported cases from a repository that collects publically available data on cases across Canada.

Examples

if (FALSE) { refresh_CanadaC19_cases() }