GraphTweets
Visualise networks of Twitter interactions.
Install
install.packages("graphTweets") # CRAN release
devtools::install_github("JohnCoene/graphTweets") # dev versionFunctions
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- createigraphgraph object.gt_save- save the graph to filegt_collect- collect nodes and edges.
See the documentation for guides and examples.