Learn R Programming

GraphTweets

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.

Copy Link

Version

Install

install.packages('graphTweets')

Monthly Downloads

288

Version

0.5.3

License

MIT + file LICENSE

Maintainer

Last Published

January 8th, 2020

Functions in graphTweets (0.5.3)

reexports

Objects exported from other packages
gt_graph

Graph
gt_edges

Edges
gt_save

Save
gt_dyn

Dynamise
gt_nodes

Nodes
gt_collect

Collect
graphTweets

graphTweets visualise Twitter Interactions.
gt_edges_from_text

Edges from text