Description
Get nodes from a graphTweets
object.
Usage
gt_nodes(gt, meta = FALSE)gt_add_meta(gt, name, source, target)
Arguments
meta
Set to TRUE
to add meta data to nodes using users_data.
name
Name of column to create.
source, target
Name of column too apply to edge source and target.
Value
An object of class graphTweets
.