[Stable]

ckan_works(
  url = ckanr::get_default_url(),
  key = ckanr::get_default_key(),
  verbose = get_tsc_verbose()
)

Arguments

url

The CKAN URL. Set through ckanr::ckanr_setup().

key

The CKAN API key. Set through ckanr::ckanr_setup().

verbose

Whether to show verbose messages. Default: get_tsc_verbose.

Value

Logical (TRUE/FALSE) whether the configured CKAN works with the given credentials.

See also