README.md

wayfarer

Documentation Wayfarer was created to make working with awesome lists easier!

Installation

remotes::install_github('krzjoa/wayfarer')

Usage

The simpliest usage scenario is a selection of a set of libraries by comparing two awesome lists.

awesome.r <- 'https://github.com/qinwf/awesome-r/'
r.start.here <- 'https://github.com/rstudio/RStartHere'
diff_awesome_lists(awesome.r, r.start.here) %>% 
  as_markdown_url_list() %>% 
  write("lacking-items.md")


krzjoa/wayfarer documentation built on Nov. 4, 2019, 4:07 p.m.