View source: R/ckanr_settings.R
| ckanr_settings | R Documentation |
Get or set ckanr CKAN settings
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()
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.
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
ckanr_settings()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.