Add columns containing text data to mastodon actor network dataframes
Source:R/AddText.mastodon.R
AddText.actor.mastodon.RdAdd columns containing text data to mastodon actor network dataframes
Usage
# S3 method for class 'actor.mastodon'
AddText(net, data, ..., writeToFile = FALSE, verbose = TRUE)Arguments
- net
A named list of dataframes
nodesandedgesgenerated byCreate.- data
A dataframe generated by
Collect.- ...
Additional parameters passed to function. Not used in this method.
- writeToFile
Logical. Write data to file. Default is
FALSE.- verbose
Logical. Output additional information. Default is
TRUE.