update_data: Update the covid19jp datasets

View source: R/update.R

update_dataR Documentation

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

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.

Value

No return value, called for updating covid19jp package datasets.

Examples


# update with a question prompt
update_data(force = FALSE)


# update without a question prompt
update_data(force = TRUE)


kj-9/covid19jp documentation built on July 24, 2022, 9:26 p.m.