Create and HDX configuration object

create_rhdx_config(
  hdx_site = "prod",
  hdx_key = NULL,
  read_only = TRUE,
  hdx_config = NULL,
  hdx_config_file = NULL
)

Arguments

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 FALSE and hdx_key provided is correct you can push metdata and data to HDX

hdx_config

List of HDX configuration

hdx_config_file

Character, path of the HDX config file in JSON and YAML format

Value

An HDX Configuration object