ckanr (version 0.3.0)

ckanr_settings: Get or set ckanr CKAN settings

Description

Get or set ckanr CKAN settings

Usage

ckanr_settings()

get_default_url()

get_default_key()

get_test_url()

get_test_key()

get_test_did()

get_test_rid()

get_test_gid()

get_test_oid()

get_test_behaviour()

Arguments

Value

ckanr_settings prints your base url, API key (if used), and optional test server settings (URL, API key, a dataset ID and a resource ID). ckanr_setup sets your production and test settings, while get_test_* get each of those respective settings. test_behaviour indicates whether the CKANR test suite will skip ("SKIP") or fail ("FAIL") writing tests in case the configured test CKAN settings don't work.

See Also

ckanr_setup, get_default_url, get_default_key, get_test_url, get_test_key, get_test_did, get_test_rid, get_test_gid, get_test_oid, get_test_behaviour.

Examples

Run this code
# NOT RUN {
ckanr_settings()
# }

Run the code above in your browser using DataLab