if(FALSE){
#Setting the configuration values
set_twitter_app_auth(
app = "my super app",
access_token = "123456",
access_token_secret = "123456",
api_key = "123456",
api_secret = "123456"
)
set_twitter_app_auth(
bearer = "123456"
)
}
Run the code above in your browser using DataLab