An open API service indexing awesome lists of open source software.

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

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

[![Linux build status](https://travis-ci.org/igraph/igraphdata.png)](https://travis-ci.org/igraph/igraphdata)
[![Windows build status](https://ci.appveyor.com/api/projects/status/6wov9hh8oprrpkhs?svg=true)](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.