powered by
Query profile of an actor
get_user_info(actor, parse = TRUE, .token = NULL)
a data frame (or nested list) of found actors.
user handle(s) to get information for.
Parse the results or return the original nested object sent by the server.
If you manage your own tokens, you can supply it here. Usually NULL is OK and will automatically load or guide you to generate a token.
NULL
if (FALSE) { rstats_user <- search_user("rstats", limit = 2L) get_user_info(rstats_user$handle) }
Run the code above in your browser using DataLab