Learn R Programming

packageRank (version 0.9.5)

packageVersionPercent: Compute data for versionPlot().

Description

packageRank::blog.data or recompute random sample of packages.

Usage

packageVersionPercent(lst, yr.mo = "2020-07", multi.core = FALSE)

Arguments

lst

Object. List of CRAN download logs data frames. Use monthlyLog().

yr.mo

Character. "yyyy-mo". packageVersionsPercent(NULL, yr.mo)

multi.core

Logical or Numeric. TRUE uses parallel::detectCores(). FALSE uses one, single core. You can also specify the number logical cores. Mac and Unix only.