Title: | COVID-19 Dataset for Brazil |
---|---|
Description: | Dataset with strategic information about COVID-19 in Brazil. Data for municipalities, states, region and Brazil. Data source: Sistema Unico de Saude - SUS. |
Authors: | Alexandre Loures [aut, cre] |
Maintainer: | Alexandre Loures <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2025-01-10 15:23:58 UTC |
Source: | https://github.com/cranhaven/cranhaven.r-universe.dev |
Daily information about the new Coronavirus (COVID-19) pandemic cases in Brazil's municipalities
brazil_municipality
brazil_municipality
A data.frame object
The dataset contains the daily summary of the Coronavirus pandemic cases in Brazil's municipalities. The data includes the following fields:
* region - String. Indicates to which region the municipality belongs
* state - String. Indicates to which state the municipality belongs
* municipality - String. Municipality name
* coduf - Numeric. Number that identifies the state
* codmun - Numeric. Number that identifies the municipality
* date - Date. Ocurrence notification date
* epidWeek - Numeric. Epidemiological week of ocurrence by notification date
* population - Numeric. Population of the size, of each municipality, on the date of notification of the ocurrence
* accumCases - Numeric. Cumulative cases of COVID-19 by notification date
* newCases - Numeric. Number of new COVID-19 cases by notification date
* accumDeaths - Numeric. Accumulated COVID-19 deaths by notitication date
* newDeaths - Numeric. Number of new COVID-19 deaths by notification date
load the database for the current environment
Ministerio da Saude - Sistema Unico de Saude (SUS) website
data (brazil_municipality)
data (brazil_municipality)
Daily information about the new Coronavirus (COVID-19) pandemic in Brazil's regions
brazil_region
brazil_region
A data.frame object
The dataset contains the daily summary of the Coronavirus pandemic cases in Brazil's regions. The data includes the following fields:
* region - String. Indicates the regions coverage (Centro-Oeste, Nordeste, Norte, Sudeste, Sul)
* date - Date. Ocurrence notification date
* epidWeek - Numeric. Epidemiological week of ocurrence by notification date
* population - Numeric. Population of the size, of each region, on the date of notification of the ocurrence
* accumCases - Numeric. Cumulative cases of COVID-19 by notification date
* newCases - Numeric. Number of new COVID-19 cases by notification date
* accumDeaths - Numeric. Accumulated COVID-19 deaths by notification date
* newDeaths - Numeric. Number of new COVID-19 deaths by notification date
load the database for the current environment
Ministerio da Saude - Sistema Unico de Saude (SUS) website
data (brazil_region)
data (brazil_region)
Daily information about the new Coronavirus (COVID-19) pandemic in Brazil's states
brazil_state
brazil_state
A data.frame object
The dataset contains the daily summary of the Coronavirus pandemic cases in Brazil's states. The data includes the following fields:
* region - String. Indicates to which region the state belongs
* state - String. Acronym (abbreviation) for state name
* coduf - Numeric. Number that identifies the state
* date - Date. Ocurrence notification date
* epidWeek - Numeric. Epidemiological week of ocurrence by notification date
* population - Numeric. Population of the size, of each state, on the date of notification of the ocurrence
* accumCases - Numeric. Cumulative cases of COVID-19 by notification date
* newCases - Numeric. Number of new COVID-19 cases by notification date
* accumDeaths - Numeric. Accumulated COVID-19 deaths by notification date
* newDeaths - Numeric. Number of new COVID-19 deaths by notification date
load the database for the current environment
Ministerio da Saude - Sistema Unico de Saude (SUS) website
data (brazil_state)
data (brazil_state)
Daily information about the new Coronavirus (COVID-19) pandemic in Brazil
brazil_total
brazil_total
A data.frame object
The dataset contains the daily summary of the Coronavirus pandemic cases in Brazil. The data includes the following fields:
* region - String. Indicates the country of coverage
* date - Date. Ocurrence notification date
* epidWeek - Numeric. Epidemiological week of ocurrence by notification date
* population - Numeric. Population size at the date of ocurrence notification
* accumCases - Numeric. Cumulative cases of COVID-19 by notification date
* newCases - Numeric. Number of new COVID-19 cases by notification date
* accumDeaths - Numeric. Accumulated COVID-19 deaths by notification date
* newDeaths - Numeric. Number of new COVID-19 deaths by notification date
* newRecov - Numeric. Number of new recovered COVID-19 patients by notification date
* followUp - Numeric. Number of new COVID-19 cases being followed up by notification date
load the database for the current environment
Ministerio da Saude - Sistema Unico de Saude (SUS) website
data (brazil_total)
data (brazil_total)
Checks if new data is available on the package dev version (Github). In case new data is available the function will enable the user the update the datasets
update_data()
update_data()
Check the github repository for updates