if (FALSE) {
# Use app auth for the remainder of this session:
my_app <- rtweet_app()
auth_as(my_app)
# Switch back to the default user based auth
auth_as()
# Load auth saved by auth_save()
auth_as("my-saved-app")
}
Run the code above in your browser using DataLab