knitr::opts_chunk$set(
  comment = "#>"
)
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 Windows build status

This is a data R package, that contains network data sets, to be used with the igraph R package.

Installation

From CRAN:

install.packages("igraphdata")

You can install the development version from Github, using the devtools package:

devtools::install_github("igraph/igraphdata")

Usage

library(igraphdata)
data(package = "igraphdata")

License

CC BY-SA 4.0, plus see LICENSE for the licenses of the individual data sets.



Try the igraphdata package in your browser

Any scripts or data that you put into this service are public.

igraphdata documentation built on May 1, 2019, 8:18 p.m.