Nothing
knitr::opts_chunk$set( comment = "#>" )
options(pager = function(files, header, title, delete.file) { for (f in files) { l <- readLines(f) cat(l, sep = "\n") } })
This is a data R package, that contains network data sets, to be used with the igraph R package.
From CRAN:
install.packages("igraphdata")
You can install the development version from Github, using the devtools package:
devtools::install_github("igraph/igraphdata")
library(igraphdata) data(package = "igraphdata")
CC BY-SA 4.0, plus see LICENSE for the licenses of the individual data sets.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.