Description Usage Arguments Details See Also Examples
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.
1 | manual_load_rki_data(path)
|
path |
A path to a file which is to be loaded in. The path has to be in parentheses. |
Please be aware of the front-slash/back-slash conventions of your operating system.
Other update:
update_rki_data()
,
update_vac_data()
,
update_voc_data()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.