tweet_autolink {tweetcheck}R Documentation

Perform tweet autolinking

Description

Perform tweet autolinking

Usage

tweet_autolink(x)

Arguments

x

A character vector of tweets to be autolinked

Value

A character vector giving the HTML which would be used by Twitter if x were posted as a tweet.

Examples

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"
))

[Package tweetcheck version 0.1.0 Index]