
Visualise networks of Twitter interactions.
install.packages("graphTweets") # CRAN release
devtools::install_github("JohnCoene/graphTweets") # dev versiongt_edges & gt_edges_bind - get
edges.gt_co_edges & gt_co_edges_bind - get
co-mentionsgt_nodes - get nodes, with or without metadata.gt_dyn - create dynamic graph.gt_graph - create igraph graph
object.gt_save - save the graph to filegt_collect - collect nodes and edges.See the documentation for guides and examples.