
Fetch records from any open.toronto.ca CKAN resource
Source:R/datasets_toronto_open.R
morie_datasets_toronto_open_ckan_resource.RdPhase 3EEE2. Generic loader hitting CKAN's datastore_search
endpoint for an arbitrary Toronto package resource.
Examples
# \donttest{
cat_df <- morie_datasets_toronto_opendata_bulk_layers()
df <- try(morie_datasets_toronto_open_ckan_resource(cat_df$resource_id[1],
limit = 5L))
#> Error : Expecting a single string value: [type=character; extent=0].
if (!inherits(df, "try-error")) head(df)
# }