Description
Visualise Twitter Interactions.
Description
Allows building an edge table from data frame of tweets, also provides function to build nodes and another create a temporal graph.
README.md
GraphTweets
Visualise networks of Twitter interactions.
Install
install.packages("graphTweets") # CRAN release
devtools::install_github("JohnCoene/graphTweets") # dev version
Functions
gt_edges
>_edges_bind
- get edges.gt_co_edges
>_co_edges_bind
- get co-mentionsgt_nodes
- get nodes, with or without metadata.gt_dyn
- create dynamic graph.gt_graph
- createigraph
graph object.gt_save
- save the graph to filegt_collect
- collect nodes and edges.
See the documentation for guides and examples.