Learn R Programming

covid19jp (version 0.1.0)

update_data: Update the covid19jp datasets

Description

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

Usage

update_data(force = FALSE)

Arguments

force

A logical value. FALSE by default. if set to TRUE, install updates without prompt question

Value

No return value, called for updating covid19jp package datasets.

Details

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.

Examples

Run this code
# NOT RUN {
# update with a question prompt
update_data(force = FALSE)

# update without a question prompt
update_data(force = TRUE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab