
Reduce data.frame of full CRAN archive data to current packages only.
Source: R/cran-data-current.R
pkgstats_cran_current_from_full.RdReduce data.frame of full CRAN archive data to current packages only.
Arguments
- prev_results
Result of previous call to this function, if available. Submitting previous results will ensure that only newer packages not present in previous result will be analysed, with new results simply appended to previous results. This parameter can also specify a file to be read with
readRDS().- results_file
Can be used to specify the name or full path of a
.Rdsfile to which results should be saved once they have been generated. The '.Rds' extension will be automatically appended, and any other extensions will be ignored.
Value
A data.frame object with one row for each package containing
summary statistics generated from the pkgstats_summary function.