Read an HDX location

pull_location(
  identifier = NULL,
  include_datasets = FALSE,
  configuration = NULL,
  ...
)

Arguments

identifier

Character location uuid

include_datasets

Logical whether to include or not dataset

configuration

Configuration a configuration object

...

Extra parameters

Value

Location

Examples

if (FALSE) { #Setting the config to use HDX default server set_rhdx_config() res <- pull_location("mli") res }