Read an HDX location
pull_location( identifier = NULL, include_datasets = FALSE, configuration = NULL, ... )
identifier | Character location uuid |
---|---|
include_datasets | Logical whether to include or not dataset |
configuration | Configuration a configuration object |
... | Extra parameters |
Location
if (FALSE) { #Setting the config to use HDX default server set_rhdx_config() res <- pull_location("mli") res }