scrape_current_pkg: Scrape Attributes of Current R Package Version

Description Usage Arguments Value Examples

Description

Given a package name, extracts the attributes from the current version description

Usage

1
  scrape_current_pkg(pkg_name)

Arguments

pkg_name

name of an R package in CRAN (current version)

Value

list with package attributes. If an attribute is empty, the returned value is NA

Examples

1
2
3
4
5
## Not run: 
  # extract list of attributes
  plspm_attrs = scrape_current_pkg("plspm")

## End(Not run)

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