Update the package datasets on the global environment with the most recent data on the Dev version

update_datasets(silence = FALSE)

Arguments

silence

A boolean, if set to TRUE, will automatically install updates without prompt question, by default set to FALSE

Source

coronavirus - Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus website

covid_south_korea - Wikipedia article "2020 coronavirus outbreak in South Korea" website

covid_iran - Wikipedia article "2020 coronavirus pandemic in Iran" website

Value

A data.frame object

Details

As the CRAN version is being updated every one-two months, the dev version of the package is being updated on a daily bases. This function enables to refresh the package dataset to the most up-to-date data. Changes will be available on the global environment

Examples

# NOT RUN {
# update with a question prompt
update_datasets(silence = FALSE)


# update without a question prompt
update_datasets(silence = TRUE)
# }