read_RStudio_CRAN_data_r: Reads RStudio CRAN mirror data files from a folder(not...

Usage Arguments Value

View source: R/RStudio_CRAN_data.R

Usage

1
2
read_RStudio_CRAN_data_r(log_folder = tempdir(), use_data_table = TRUE,
  packages, ...)

Arguments

log_folder

the folder which contains the RStudio CRAN log files that were downloaded to. Default is the temporary folder picked by tempdir.

use_data_table

default is TRUE. A switch for wether or not to use the data.table package in order to merge the log files using rbindlist. This function is MUCH faster then the alternative.

packages

a character vector containing the names of packages for which information is extracted. If not specified, all packages are included, but this can cause out-of-memory problems if there are many log files.

...

not in use.

Value

Returns the combined data file.


zhuangyanbuaa/cranlog documentation built on May 4, 2019, 11:22 p.m.