Learn R Programming

vosonSML (version 0.32.7)

AddText.twomode.twitter: Add columns containing text data to twitter 2mode network dataframes

Description

Add columns containing text data to twitter 2mode network dataframes

Usage

# S3 method for twomode.twitter
AddText(net, data, hashtags = FALSE, ...)

Value

Network as a named list of two dataframes containing $nodes and $edges including columns containing text data.

Arguments

net

A named list of dataframes nodes and edges generated by Create.

data

A dataframe generated by Collect.

hashtags

Logical. Add tweet hashtags to dataframes. Default is FALSE.

...

Additional parameters passed to function. Not used in this method.