user_block | R Documentation |
user_block(...)
blocks or unblocks a target twitter user.
user_unblock(...)
is synonymous to user_block(..., unblock=TRUE)
.
user_block(user, unblock = FALSE, token = NULL)
user_unblock(user, token = NULL)
user |
Character vector of screen names or user ids.
See |
unblock |
Logical indicating whether to unblock the intended friend. |
token |
Use this to override authentication for
a single API call. In many cases you are better off changing the
default for all calls. See |
rtweet-deprecated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.