https://github.com/igraph/igraphdata
Data sets for the igraph R package
https://github.com/igraph/igraphdata
Last synced: about 1 year ago
JSON representation
Data sets for the igraph R package
- Host: GitHub
- URL: https://github.com/igraph/igraphdata
- Owner: igraph
- License: other
- Created: 2014-12-17T16:27:06.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T06:16:52.000Z (about 1 year ago)
- Last Synced: 2025-04-09T18:19:17.611Z (about 1 year ago)
- Language: R
- Homepage: http://igraph.org/r
- Size: 5.58 MB
- Stars: 55
- Watchers: 8
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: downlit::readme_document
---
```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>"
)
```
```{r, echo = FALSE, results = 'hide'}
options(pager = function(files, header, title, delete.file) {
for (f in files) {
l <- readLines(f)
cat(l, sep = "\n")
}
})
```
# Data sets for the igraph R package
[](https://travis-ci.org/igraph/igraphdata)
[](https://ci.appveyor.com/project/gaborcsardi/igraphdata)
This is a data R package, that contains network data sets,
to be used with the igraph R package.
## Installation
From CRAN:
```{r, eval = FALSE}
install.packages("igraphdata")
```
You can install the development version from Github, using the
[devtools package](https://github.com/hadley/devtools):
```{r, eval = FALSE}
devtools::install_github("igraph/igraphdata")
```
## Usage
```{r}
library(igraphdata)
data(package = "igraphdata")
```
# License
CC BY-SA 4.0, plus see [LICENSE](LICENSE) for the licenses of the
individual data sets.