get_list_accounts | R Documentation |
View accounts in a list
get_list_accounts(
id,
limit = 40L,
token = NULL,
parse = TRUE,
retryonratelimit = TRUE,
verbose = TRUE
)
id |
character, id of the list |
limit |
integer, number of records to return |
token |
bearer token created with create_token |
parse |
logical, if |
retryonratelimit |
If TRUE, and a rate limit is exhausted, will wait until it refreshes. Most Mastodon rate limits refresh every 5 minutes. If FALSE, and the rate limit is exceeded, the function will terminate early with a warning; you'll still get back all results received up to that point. |
verbose |
logical, whether to display messages |
a tibble or list of accounts
## Not run:
get_list_accounts(id = "test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.