powered by
Add accounts to a list
post_list_accounts(id, account_ids, token = NULL, verbose = TRUE)
no return value, called for site effects
character, id of the list
ids of accounts to add (this is not the username)
user bearer token (read from file by default)
logical whether to display messages
if (FALSE) { # add some accounts to a list post_list_create(id = "1234", account_ids = c(1001, 1002)) }
Run the code above in your browser using DataLab