Get a tibble of packages from a CRAN Task View
Usage
get_packages_from_view(view, date = "2015-01-01")
Arguments
- view
String. View of interest
- date
String, format: '2015-01-01'. Queries MRAN to download state of the view at given date
Value
A tibble of 2 columns
Details
This function is a simple wrapper around `ctv::ctv()`.
Examples
if (FALSE) {
get_packages_from_view("Econometrics")
get_packages_from_view("Bayesian", "2022-01-01")
}