powered by
tw_extract
tw_table(x, ...) "tw_table"(x, obj = c("email", "mention", "hashtag", "url"), ...)
tw_Class_extract
tw_sentiment
tw_timeseries
# Loading tweets data(senate_tweets) head(senate_tweets$text) # Extracting elements and creating tables x <- tw_extract(senate_tweets$text) head(tw_table(x,'mention'))
Run the code above in your browser using DataLab