Read an HDX user from its name or id

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

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