update_voc_data: Update Variants of Concern data

Description Usage Arguments See Also Examples

View source: R/update_data.R

Description

This function gets the newest Variants of Concern data via the RKI API and loads it into the package.

Usage

1

Arguments

method

Specifies via which method the download should happen. Possible options include "auto", "internal", "libcurl", "wget" and "curl". If none is chosen, the function defaults to "auto".

See Also

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

Examples

1
2
3
update_voc_data()
update_voc_data(method="wget")
## Not run: update_voc_data(method=wget)

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