Description Usage Arguments Details Methods (by class) Author(s) See Also Examples
See tw_extract()
1 2 3 4 5 6 7 8 9  | 
x | 
 Either an object of class tw_Class_extract, or tw_Class_table.  | 
y | 
 Ignored  | 
nentries | 
 Number of rows to include in the table  | 
caption, options | 
 Passed to   | 
... | 
 Further arguments to be passed to the method  | 
obj | 
 A character indicating  | 
In the case of plot.tw_Class_table, ... are passed to DT::datatable()
tw_Class_extract: Makes a table out of the output of tw_extract()
George G. Vega Yon
Other statistics: plot.tw_Class_ts,
tw_sentiment
1 2 3 4 5 6 7 8  | # 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'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.