update_data | R Documentation |
Update the package datasets on the global environment with the most recent data on the development version.
update_data(force = FALSE)
force |
A logical value. FALSE by default. if set to TRUE, install updates without prompt question |
As the CRAN version is being updated every one-two months, the development 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.
No return value, called for updating covid19jp package datasets.
# update with a question prompt update_data(force = FALSE) # update without a question prompt update_data(force = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.