tweet_autolink {tweetcheck} | R Documentation |
Perform tweet autolinking
tweet_autolink(x)
x |
A character vector of tweets to be autolinked |
A character vector giving the HTML which would be used by Twitter
if x
were posted as a tweet.
tweet_autolink(c(
"Tweet with no links",
"Tweet with a normal link: https://www.r-project.org",
"Tweet with a mention @hadleywickham",
"Tweet with a hastag: #RStats",
"Tweet with a cashtag: $RSTATS"
))