gt_nodes {graphTweets} | R Documentation |
Nodes
Description
Get nodes from a graphTweets
object.
Usage
gt_nodes(gt, meta = FALSE)
gt_add_meta(gt, name, source, target)
Arguments
gt |
An object of class |
meta |
Set to |
name |
Name of column to create. |
source , target |
Name of column too apply to edge source and target. |
Value
An object of class graphTweets
.
Functions
gt_nodes
: Builds nodesgt_add_meta
: Add meta data to the nodes. The meta data is taken from the edges.
[Package graphTweets version 0.5.3 Index]