ckanr (version 0.3.0)

servers: CKAN server URLS and other info

Description

CKAN server URLS and other info

Usage

servers()

Arguments

Details

Comes from the links at http://ckan.org/instances

There were a number of other URLs for CKAN instances in the CKAN URL above, but some sites are now gone completely, or if they do exist, I can't figure out how to get access to the CKAN API on their instance.

Examples

Run this code
# NOT RUN {
servers()
ckan_info(servers()[5])

# what version is each CKAN server running
out <- lapply(servers()[1:6], ckan_info)
vapply(out, "[[", "", "ckan_version")
# }

Run the code above in your browser using DataLab