View source: R/location_details.R
cqc_location_details | R Documentation |
Location Details - still incomplete
cqc_location_details(
x,
location_col = "location_id",
verbose = TRUE,
clean_names = TRUE
)
x |
A data frame with location IDs, e.g. one
returned by |
location_col |
The name of the column with location IDs, defaults to
|
verbose |
If |
clean_names |
If |
A list with location details
loc1 <- cqc_locations_search(care_home = TRUE, local_authority = "Hackney")
loc1_details <- cqc_location_details(loc1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.