Description Usage Arguments Author(s) Examples
Vaccine slots for 7 days from a specific date for multiple districts
1 | slots_district_all(districts, date = Sys.Date(), age_limit = 45)
|
age_limit |
Enter 18 for 18+, 45 for 45+. By default, combination of both |
slots.df |
Dataframe obtained from slots_district() function |
Deepanshu Bhalla
1 2 | district.ids <- df.Districts %>% select(1) %>% pull() %>% .[1:2]
slots.all <- slots_district_all(district.ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.