powered by
Return ID's of CQC providers or locations that have reported changes in a given time period.
cqc_changes(organisation_type = c("provider", "location"), start_date = "2000-01-01", end_date = Sys.Date(), verbose = TRUE, clean_names = TRUE)
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.
"YYYY-MM-DD"
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.
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
# NOT RUN { changes_location <- cqc_changes( organisation_type = "LoCAtiOn", start_date = "2019-03-10", end_date = "2019-03-12" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab