Home

Awesome

<!-- README.md is generated from README.Rmd. Please edit that file -->

networkdata <img src="man/figures/logo.png" align="right"/>

<!-- badges: start -->

CRAN
status networks DOI

<!-- badges: end -->

The package contains a large variety of different network datasets (all in igraph format). So far, it includes datsets from the following repositories:

The package includes 987 datasets containing 2260 networks.

A list of all datasets can be obtained with

data(package = "networkdata")

Feel free to add your own dataset via a pull request

Installation

Due to the nature of the package (only data, no functions), the package will not go to CRAN at any point. The developer version can be installed from github

# install.packages("remotes")
remotes::install_github("schochastics/networkdata")

The required space for the package is ~22MB, given that it includes a lot of data.

Notes