post_list_accounts | R Documentation |
Add accounts to a list
post_list_accounts(id, account_ids, token = NULL, verbose = TRUE)
id |
character, id of the list |
account_ids |
ids of accounts to add (this is not the username) |
token |
user bearer token (read from file by default) |
verbose |
logical whether to display messages |
no return value, called for site effects
## Not run:
# add some accounts to a list
post_list_create(id = "1234", account_ids = c(1001, 1002))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.