https://github.com/johncoene/graphtweets
📣 Visualise networks of Twitter interactions
https://github.com/johncoene/graphtweets
network-analysis r rstats twitter
Last synced: about 1 month ago
JSON representation
📣 Visualise networks of Twitter interactions
- Host: GitHub
- URL: https://github.com/johncoene/graphtweets
- Owner: JohnCoene
- License: other
- Created: 2014-09-30T05:39:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T12:45:59.000Z (over 5 years ago)
- Last Synced: 2025-03-18T12:01:58.538Z (about 1 month ago)
- Topics: network-analysis, r, rstats, twitter
- Language: R
- Homepage: http://graphtweets.john-coene.com/
- Size: 4.91 MB
- Stars: 46
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# GraphTweets
[](https://travis-ci.org/JohnCoene/graphTweets)
[](https://ci.appveyor.com/project/JohnCoene/graphtweets/branch/master)
[](https://codecov.io/github/JohnCoene/graphTweets?branch=master)
[](https://coveralls.io/github/JohnCoene/graphTweets?branch=master)

[](http://cranlogs.r-pkg.org/badges/graphTweets)
[](http://twinetverse.john-coene.com/)
Visualise networks of Twitter interactions.
* [Install](#install)
* [Documentation](http://graphtweets.john-coene.com/)
* [Functions](#features)## Install
```R
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](http://graphtweets.john-coene.com/) for guides and examples.