build_current_csv: Build data table 'cran_packages.csv'

Description Usage Arguments Value Examples

Description

Workhorse function for crawling Current Versions of R packages in CRAN

Usage

1
  build_current_csv(pkg_names, file = "")

Arguments

pkg_names

character vector with names of packages

file

name of the destination file to write table

Value

csv file with scraped data

Examples

1
2
3
4
5
6
7
8
## Not run: 
  # some packages in CRAN
  pkgs = c("knitr", "plyr", "plspm")

  # build table and save results in working directory
  build_cran_current_csv(pkgs, file = "current.csv")

## End(Not run)

gastonstat/cranium documentation built on May 16, 2019, 5:45 p.m.