Description Usage Value Examples
View source: R/fetch_and_prep.R
Fetches CRAN package data, cleans author names, creates a tidy tibble of each package-author combination and turns this into a tidygraph object. Nodes are authors and edges are packages they collaborate on.
1 |
A tidygraph object with classes 'tbl_graph' and 'igraph'.
1 2 3 4 5 | ## Not run:
cran_graph <- kb_combos()
print(cran_graph)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.