R/extract_urls_from_tweets.R
nwd_expand_urls.Rd
Extract links from tweets and expands shortened urls
nwd_expand_urls(urls, n_char = 30, n_retry = 1)
urls | A character vector of urls, or a data frame of tweets, as created by `rtweet`. |
---|---|
n_char | An integer, defaults to 30. Number of characters in the url: only urls shorter than n_char will be expanded, others will be kept as they are. |
n_retry | An integer, defaults to 1. Number of times it tries to expand urls if first attempt fails. Set to 0 for attempting only once. |
A data.frame (a tibble) with 9 columns: "user_id", "status_id", "created_at", "screen_name", text", "orig_url","expanded_url", "status_code", "url"