search_accounts | R Documentation |
Search the instance for a specific user
search_accounts(
query,
limit = 40,
token = NULL,
anonymous = FALSE,
parse = TRUE
)
query |
character, search string |
limit |
number of search results to return. Defaults to 40 |
token |
user bearer token (read from file by default) |
anonymous |
some API calls do not need a token. Setting anonymous to TRUE allows to make an anonymous call if possible. |
parse |
logical, if |
a tibble ir list of accounts
## Not run:
search_accounts("schochastics")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.