| crannetworkdata | R Documentation |
A list of two datasets, vertices and edges, containing data on packages and their dependencies in CRAN.
data("crannetworkdata")
A list of two data frames:
the links data set consists of 4 variables of length 2882:
Source: Package 1
Target: Package 2
Type: type of dependency (Depends or Imports)
Year: year of onset of the dependency
the nodes data set consists of 7 variables with information on 1098 packages:
Package: Package name
downloads: Package downloads
Title: Package totle
Description: Package description
Year: Package year
downloadsyear: Package downloads per year
info: Package info in html format
data(crannetworkdata)
head(crannetworkdata,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.