update_vac_data: Update Vaccination data

Description Usage Arguments See Also Examples

View source: R/update_data.R

Description

Loads the newest Vaccination 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_voc_data()

Examples

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

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