Description Usage Arguments See Also Examples
Use auth_save()
with auth_as()
to avoid repeatedly entering app
credentials, making it easier to share auth between projects.
Use auth_list()
to list all saved credentials.
1 2 3 |
auth |
One of |
name |
Cache name to use. |
Other authentication:
auth_as()
,
auth_get()
,
auth_setup_default()
,
rtweet_user()
1 2 3 4 5 6 7 8 9 | ## Not run:
# save app auth for use in other sessions
auth <- rtweet_app()
auth_save(auth, "my-app")
# later, in a different session...
auth_as("my-app")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.