项目作者: krzjoa

项目描述 :
Awesome way to handle Awesome Lists
高级语言: R
项目地址: git://github.com/krzjoa/wayfarer.git
创建时间: 2019-09-07T12:56:31Z
项目社区:https://github.com/krzjoa/wayfarer

开源协议:MIT License

下载


" class="reference-link">wayfarer

Documentation


Wayfarer was created to make working with awesome lists easier!

Installation

  1. remotes::install_github('krzjoa/wayfarer')

Usage

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

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