Wayfarer was created to make waorking 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.

diff_awesome_lists("https://github.com/qinwf/awesome-r/", "https://github.com/rstudio/RStartHere") %>% 
  as_mardkown_url_list() %>% 
  write("lacking-items.md")