Return ID's of CQC providers or locations that have reported changes in a given time period.
One of "provider" or "location".
The start of the date range, in "YYYY-MM-DD"
format,
or any vector of character, integer or numeric that can be be parsed
with anytime::anytime.
The end of the date range, in "YYYY-MM-DD"
format,
or any vector of character, integer or numeric that can be be parsed
with anytime::anytime.
If TRUE
prints download progress to console if requesting
more than 1,000 records. Defaults to TRUE
.
If TRUE
, converts a column names to snake_case.
Defaults to TRUE
.
A tibble of all providers or locations that had reported changes in the given period
# \donttest{
changes_location <- cqc_changes(
organisation_type = "LoCAtiOn",
start_date = "2019-03-10",
end_date = "2019-03-12"
)
# }