Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johncoene/graphtweets
📣 Visualise networks of Twitter interactions
https://github.com/johncoene/graphtweets
network-analysis r rstats twitter
Last synced: 8 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T12:45:59.000Z (almost 5 years ago)
- Last Synced: 2024-10-15T00:52:12.896Z (22 days ago)
- Topics: network-analysis, r, rstats, twitter
- Language: R
- Homepage: http://graphtweets.john-coene.com/
- Size: 4.91 MB
- Stars: 46
- Watchers: 7
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# GraphTweets
[![Build Status](https://travis-ci.org/JohnCoene/graphTweets.svg?branch=master)](https://travis-ci.org/JohnCoene/graphTweets)
[![Build status](https://ci.appveyor.com/api/projects/status/t37a595yg5eb2sx6/branch/master?svg=true)](https://ci.appveyor.com/project/JohnCoene/graphtweets/branch/master)
[![codecov.io](https://codecov.io/github/JohnCoene/graphTweets/coverage.svg?branch=master)](https://codecov.io/github/JohnCoene/graphTweets?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/JohnCoene/graphTweets/badge.svg?branch=master)](https://coveralls.io/github/JohnCoene/graphTweets?branch=master)
![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/graphTweets)
[![CRAN log](http://cranlogs.r-pkg.org/badges/grand-total/graphTweets)](http://cranlogs.r-pkg.org/badges/graphTweets)
[![twinetverse](https://img.shields.io/badge/twinetverse-0.0.2-yellow.svg)](http://twinetverse.john-coene.com/)![](man/figures/logo.png)
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.