pull_location: Read an HDX location

Description Usage Arguments Value Examples

Description

Read an HDX location

Usage

1
2
3
4
5
6
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

1
2
3
4
5
6
7
## Not run: 
#Setting the config to use HDX default server
 set_rhdx_config()
 res <- pull_location("mli")
 res

## End(Not run)

dickoa/rhdx documentation built on Oct. 13, 2021, 8:36 p.m.