kb_combos: Fetch CRAN Authors And Create Tidygraph

Description Usage Value Examples

View source: R/fetch_and_prep.R

Description

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.

Usage

1

Value

A tidygraph object with classes 'tbl_graph' and 'igraph'.

Examples

1
2
3
4
5
## Not run: 
cran_graph <- kb_combos()
print(cran_graph)

## End(Not run)

matt-dray/kevinbacran documentation built on Dec. 15, 2019, 12:37 a.m.