Skip to content

krzjoa/wayfarer

Repository files navigation

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")

Releases

No releases published

Packages

No packages published

Languages