Description Usage Arguments Value
View source: R/covax_functions.R
Check appointment availability for a time range at one location
1 2 3 4 5 6 7 8 | check_location(
location_id,
start_date = NA,
end_date = NA,
vaccineData,
doseNumber,
verbose = TRUE
)
|
location_id |
A location's id. |
start_date |
The first date to check for appointments, format YYYY-MM-DD. |
end_date |
The last date to check for appointments, format YYYY-MM-DD. |
vaccineData |
Your personal covaxon API identifier. |
doseNumber |
1 or 2 for first or second dose. |
verbose |
Boolean: would you like updates to the console? |
A tibble containing appointment availabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.