manual_load_rki_data: Manually load RKI data

Description Usage Arguments Details See Also Examples

View source: R/manual_load.R

Description

This function manually laods an RKI file into the package. The user has to provide a valid path to a valid RKI file. If a wrong file is loaded, the package cannot build its internal data. Thus we recommend using the automatic update_rki_data() function.

Usage

1

Arguments

path

A path to a file which is to be loaded in. The path has to be in parentheses.

Details

Please be aware of the front-slash/back-slash conventions of your operating system.

See Also

Other update: update_rki_data(), update_vac_data(), update_voc_data()

Examples

1
2
3
manual_load_rki_data("~/Downloads/RKI.csv")
## Not run: manual_load_rki_data()
## Not run: manual_load_rki_data(~/Downloads/RKI.csv)

slausmeister/revolution documentation built on Dec. 23, 2021, 3:24 a.m.