ckan_works(
url = ckanr::get_default_url(),
key = ckanr::get_default_key(),
verbose = get_tsc_verbose()
)
The CKAN URL. Set through ckanr::ckanr_setup()
.
The CKAN API key. Set through ckanr::ckanr_setup()
.
Whether to show verbose messages.
Default: get_tsc_verbose
.
Logical (TRUE/FALSE) whether the configured CKAN works with the given credentials.
Other ckan:
dl_mdbzip()
,
upload_file_to_ckan()
,
upload_to_ckan()