Description Usage Arguments Value
View source: R/filter_functions.R
Filtert nach Altersgruppen im data frame, die zwischen der spezifizierten Start- und Endaltersgruppe liegen.
1 | filter_by_age_group(data, age_group_start = NA, age_group_end = NA)
|
data |
Data frame mit COVID-Daten |
age_group_start |
String mit Startaltersgruppe (z. B. "A00") |
age_group_end |
String mit Startaltersgruppe (z. B. "A59") |
gefiltertes data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.