AddText.semantic.twitter {vosonSML} | R Documentation |
Add columns containing text data to twitter semantic network dataframes
Description
Add columns containing text data to twitter semantic network dataframes
Usage
## S3 method for class 'semantic.twitter'
AddText(net, data, hashtags = FALSE, ...)
Arguments
net |
A named list of dataframes |
data |
A dataframe generated by |
hashtags |
Logical. Add tweet hashtags to dataframes. Default is |
... |
Additional parameters passed to function. Not used in this method. |
Value
Network as a named list of two dataframes containing $nodes
and $edges
including columns
containing text data.
[Package vosonSML version 0.32.7 Index]