if (FALSE) {
# 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")
# Show all authentications stored
auth_list()
}
Run the code above in your browser using DataLab