check_location: Check appointment availability for a time range at one...

Description Usage Arguments Value

View source: R/covax_functions.R

Description

Check appointment availability for a time range at one location

Usage

1
2
3
4
5
6
7
8
check_location(
  location_id,
  start_date = NA,
  end_date = NA,
  vaccineData,
  doseNumber,
  verbose = TRUE
)

Arguments

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?

Value

A tibble containing appointment availabilities.


chris31415926535/covaxr documentation built on Jan. 2, 2022, 1:24 a.m.