pull_user: Read an HDX user

Description Usage Arguments Value Examples

Description

Read an HDX user from its name or id

Usage

1
2
3
4
5
6
pull_user(
  identifier = NULL,
  include_datasets = FALSE,
  configuration = NULL,
  ...
)

Arguments

identifier

character user keyword

include_datasets

Logical, if TRUE add datasets

configuration

a Configuration object

...

Extra parameters

Value

User the user

Examples

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

## End(Not run)

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