scan_cran: Find packages mentioning key words in description.

Description Usage Arguments Value Examples

View source: R/cran-scan.R

Description

Find packages mentioning key words in description.

Usage

1
scan_cran(key_words, when = "last-month")

Arguments

key_words

character vector containing text to put into grepl

when

character vector either containing "last-day", "last-week", or "last-month".

Value

a tibble with R package names matching some strings, and download counts from the last month by default.

Examples

1
2
3
4
5
6
## Not run: 

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


## End(Not run)

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