Description Usage Value Author(s) Examples
View source: R/load_globalCOVID.R
Load global data of SARS_CoV-2. This function obtain data from [CSSEGI-Johns Hopkins](https://github.com/CSSEGISandData/COVID-19 and it is built from other repos. [like this]https://github.com/DrFabach/Corona
1 |
This function returns different objects to your Global Environment.
data_deaths: dataframe. The number of global deaths by day due to COVID.
data_positives: dataframe. The number of SARS-CoV-2(+).
data_recovered: dataframe. The number of recovered from SARS-CoV-2(+).
inc_matrix: dataframe. The global active cases by country and day.
propab_matrix: dataframe The global active cases/country population by country and day.
inc_df: dataframe. A three column dataframe with country, date and the number of active cases.
propab_df: dataframe. A three column dataframe with country, date and the proportional abundance of active cases.
sumCases: numeric vector. The global sum of SARS-CoV-2(+) by day.
avCases: numeric vector. The global average of SARS-CoV-2(+) by day.
Simon P Castillo spcastil@uc.cl.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.