Skip to content

JohnCoene/graphTweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphTweets

Build Status Build status codecov.io Coverage Status CRAN_Status_Badge CRAN log twinetverse

Visualise networks of Twitter interactions.

Install

install.packages("graphTweets") # CRAN release
devtools::install_github("JohnCoene/graphTweets") # dev version

Functions

  • gt_edges & gt_edges_bind - get edges.
  • gt_co_edges & gt_co_edges_bind - get co-mentions
  • gt_nodes - get nodes, with or without metadata.
  • gt_dyn - create dynamic graph.
  • gt_graph - create igraph graph object.
  • gt_save - save the graph to file
  • gt_collect - collect nodes and edges.

See the documentation for guides and examples.