ckan_info {ckanr} | R Documentation |
Get information on a CKAN server
Description
Get information on a CKAN server
Usage
ckan_info(url = get_default_url(), ...)
ckan_version(url = get_default_url(), ...)
Arguments
url |
Base url to use. Default: https://data.ontario.ca. See
also |
... |
Curl args passed on to crul::verb-GET (optional) |
Value
for ckan_info
a list with many slots with various info.
for ckan_version
, list of length two, with actual version as character,
and another with version converted to numeric (any dots or letters removed)
Examples
## Not run:
ckan_info()
ckan_info(servers()[5])
ckan_version(servers()[5])
## End(Not run)
[Package ckanr version 0.7.0 Index]