powered by
Network is supplemented with additional social media text data applied as node or edge attributes.
AddText(net, data, ...)
Network as a named list of two dataframes containing $nodes and $edges
$nodes
$edges
including columns containing text data.
A named list of dataframes nodes and edges generated by Create.
nodes
edges
Create
A dataframe generated by Collect.
Collect
Additional parameters passed to function.
if (FALSE) { # add text to an activity network activityNetwork <- collectData %>% Create("activity") %>% AddText(collectData) # network # activityNetwork$nodes # activityNetwork$edges }
Run the code above in your browser using DataLab