pkgstats_cran_current_from_full | R Documentation |
data.frame
of full CRAN archive data to current packages only.Reduce data.frame
of full CRAN archive data to current packages only.
pkgstats_cran_current_from_full(prev_results, results_file = NULL)
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
|
results_file |
Can be used to specify the name or full path of a |
Other archive:
dl_pkgstats_data()
,
pkgstats_fns_from_archive()
,
pkgstats_fns_update()
,
pkgstats_from_archive()
,
pkgstats_update()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.