if (FALSE) {
# save app client for use in other sessions
client <- rtweet_client()
client_save(client)
# later, in a different session...
client_as("my-app")
# Show all authentications stored
client_list()
}
Run the code above in your browser using DataLab