follow | R Documentation |
Un/Follow an account
follow(actor, verbose = NULL, .token = NULL)
unfollow(actor, verbose = NULL, .token = NULL)
actor |
User handle to follow or unfollow |
verbose |
Whether to print status messages to the Console
( |
.token |
If you manage your own tokens, you can supply it here. Usually
|
You can only unfollow accounts which you also followed through the API/the package.
list with URI and CID of the record (invisible).
## Not run:
# follow our test account
follow("atpr.bsky.social")
# unfollow our test account
unfollow("atpr.bsky.social")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.