Get a tibble of source urls for a selection of packages
Source:R/functions.R
get_sources_for_selected_packages.Rd
Get a tibble of source urls for a selection of packages
Details
This function returns a data frame with a column `name` giving the name of a package, `version` giving its version, `url` the download url `last_modified` the date on which the package was last modified on CRAN and `size`, the size of the package
Examples
if (FALSE) {
ctv_econ <- get_packages_from_view("Econometrics", date = "2015-01-01")
get_sources_for_selected_packages(ctv_econ)
}