AddText.actor.twitter: Add columns containing text data to twitter actor network...

View source: R/AddText.twitter.R

AddText.actor.twitterR Documentation

Add columns containing text data to twitter actor network dataframes

Description

Add columns containing text data to twitter actor network dataframes

Usage

## S3 method for class 'actor.twitter'
AddText(net, data, hashtags = FALSE, ...)

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.

Value

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


vosonSML documentation built on Aug. 16, 2022, 5:14 p.m.