Description Usage Arguments Value
View source: R/configuration.R
Create and HDX configuration object
1 2 3 4 5 6 7 | create_rhdx_config(
hdx_site = "prod",
hdx_key = NULL,
read_only = TRUE,
hdx_config = NULL,
hdx_config_file = NULL
)
|
hdx_site |
Character to specify which HDX server you want to use. Default to "prod". |
hdx_key |
Character for the CKAN API key, it is required to push data into HDX |
read_only |
Logical if |
hdx_config |
List of HDX configuration |
hdx_config_file |
Character, path of the HDX config file in JSON and YAML format |
An HDX Configuration object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.