Description Usage Arguments Value Author(s) See Also Examples
View source: R/Helper_Functions.R
Expand the shortened URLs in a deleted tweet data frame. This may take some time since every tweet has to go through the longurl.org API. Note also that many of deleted tweets have broken or wrong links - those of course cannot be expanded.
1 | url_expand(tweets)
|
tweets |
A data frame of tweet info created with |
A vector of expanded URLs.
Katya Ognyanova rstats@ognyanova.net
get_pw_tweets
get_pw_pol
merge_pw
url_domain
1 2 3 4 5 6 7 8 | ## Not run:
tweet.df <- get_pw_tweets(1, 5)
tweet.df$url.exp <- url_expand(tweet.df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.