knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

cranscan

The goal of cranscan is to make it easy to search for relevant R packages to your interests, using an interface based on papr.

The first step in this is retrieving the data from CRAN, and then appending a download count to it.

library(cranscan)

scan_cran_tbl <- scan_cran("miss | imp*")

scan_cran_tbl

Future work



njtierney/cranscan documentation built on May 24, 2019, 6:11 a.m.