slots_district_all: Vaccine slots for 7 days from a specific date for multiple...

Description Usage Arguments Author(s) Examples

View source: R/cowinAPI.R

Description

Vaccine slots for 7 days from a specific date for multiple districts

Usage

1
slots_district_all(districts, date = Sys.Date(), age_limit = 45)

Arguments

age_limit

Enter 18 for 18+, 45 for 45+. By default, combination of both

slots.df

Dataframe obtained from slots_district() function

Author(s)

Deepanshu Bhalla

Examples

1
2
district.ids <- df.Districts %>% select(1) %>% pull() %>% .[1:2]
slots.all <- slots_district_all(district.ids)

deepanshu88/cowin documentation built on Dec. 19, 2021, 10:08 p.m.