CKAN server URLS and other info
Examples
if (FALSE) { # \dontrun{
servers()
ckan_info(servers()[5])
# what version is each CKAN server running
out <- lapply(servers()[1:6], function(w) {
ckan_version(w)$version_num
})
} # }
CKAN server URLS and other info
if (FALSE) { # \dontrun{
servers()
ckan_info(servers()[5])
# what version is each CKAN server running
out <- lapply(servers()[1:6], function(w) {
ckan_version(w)$version_num
})
} # }