R/AddText.R
AddText.activity.reddit.RdAdd columns containing text data to reddit activity network dataframes
# S3 method for activity.reddit
AddText(net, data, cleanText = FALSE, ...)A named list of dataframes nodes and edges generated by Create.
A dataframe generated by Collect.
Logical. Simple removal of problematic characters for XML 1.0 standard. Implemented to prevent
reddit specific XML control character errors when generating graphml files. Default is FALSE.
Additional parameters passed to function. Not used in this method.
Network as a named list of two dataframes containing $nodes and $edges including columns
containing text data.