ckan_info: Get information on a CKAN server

View source: R/ckan_info.R

ckan_infoR 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 ckanr_setup() and get_default_url(). (required)

...

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)

ckanr documentation built on March 31, 2023, 6:54 p.m.