Wraps the CKAN resource_show action to return the metadata for a single
resource (a file or datastore table).
Value
A list of resource metadata, with class nhsbsa_resource and a
print() method. With .return_raw = TRUE, the
parsed response envelope as a plain list.
Examples
resources <- nhsbsa_list_resources("english-prescribing-data-epd")
meta <- nhsbsa_resource_show(resources$id[[1]])
meta$name
#> [1] "EPD_201401"
meta$datastore_active
#> [1] FALSE
