Read an HDX user from its name or id
pull_user( identifier = NULL, include_datasets = FALSE, configuration = NULL, ... )
identifier | character user keyword |
---|---|
include_datasets | Logical, if TRUE add datasets |
configuration | a Configuration object |
... | Extra parameters |
User the user
if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() res <- pull_user("xxxx") res }