R/document_data.R
covid_regions.Rd
Historical number of covid-19 cases for regions in Brazil.
covid_regions
A data frame with nine variables:
region The region of Brazil
state The name of the state
state_ID the code of the state
state_uid the uid code of the state
suspected_cases The official number of suspected cases on a given date
confirmed_cases The official number of confirmed cases on a given date
not_confirmed_cases The official number of discarded cases on a given date
deaths The official number of deaths by covid-19
date The date (yyyy-mm-dd)
Data downloaded from: http://plataforma.saude.gov.br/novocoronavirus/ with the
package coronabr
: https://github.com/liibre/coronabr.