if (FALSE) {
bl <- as.factor(prep_get_data_frame(
paste0("https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus",
"/Projekte_RKI/COVID-19_Todesfaelle.xlsx?__blob=",
"publicationFile|COVID_Todesfälle_BL|Bundesland"))[[1]])
n <- as.numeric(prep_get_data_frame(paste0(
"https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/",
"Projekte_RKI/COVID-19_Todesfaelle.xlsx?__blob=",
"publicationFile|COVID_Todesfälle_BL|Anzahl verstorbene",
" COVID-19 Fälle"))[[1]])
plot(bl, n)
# Working names would be to date (2022-10-21), e.g.:
#
# https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/ \
# Projekte_RKI/COVID-19_Todesfaelle.xlsx?__blob=publicationFile
# https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/ \
# Projekte_RKI/COVID-19_Todesfaelle.xlsx?__blob=publicationFile|2
# https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/ \
# Projekte_RKI/COVID-19_Todesfaelle.xlsx?__blob=publicationFile|name
# study_data
# ship
# meta_data
# ship_meta
#
prep_get_data_frame("meta_data | meta_data")
prep_get_data_frame(file.path(system.file(package = "dataquieR"),
"extdata", "meta_data.RData"))
prep_get_data_frame(file.path(system.file(package = "dataquieR"),
"extdata", "meta_data.RData|meta_data"))
}
Run the code above in your browser using DataLab