powered by
Posts status update to user's Twitter account
post_tweet(status = "my first rtweet #rstats", ..., token = NULL)
Character, tweet status. Must be 140 characters or less.
OAuth token. By default token = NULL fetches a non-exhausted token from an environment variable tokens.
token = NULL
Other arguments passed to POST request. See Twitter API documentation for geo-tagging and other available options.
# NOT RUN { post_tweet("my first rtweet #rstats") # }
Run the code above in your browser using DataLab