
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.
See also
Other archive:
dl_pkgstats_data(),
pkgstats_fns_from_archive(),
pkgstats_fns_update(),
pkgstats_from_archive(),
pkgstats_update()