get_user_info {atrrr} | R Documentation |
Query profile of an actor
Description
Query profile of an actor
Usage
get_user_info(actor, parse = TRUE, .token = NULL)
Arguments
actor |
user handle(s) to get information for. |
parse |
Parse the results or return the original nested object sent by the server. |
.token |
If you manage your own tokens, you can supply it here. Usually
|
Value
a data frame (or nested list) of found actors.
Examples
## Not run:
rstats_user <- search_user("rstats", limit = 2L)
get_user_info(rstats_user$handle)
## End(Not run)
[Package atrrr version 0.0.3 Index]