split_pkg_attr: Split Package Attribute

Description Usage Arguments Details Value Examples

Description

Splits a single attribute by removing commas

Usage

1
  split_pkg_attr(pkg_attr)

Arguments

pkg_attr

character string with the contents of an R package attribute (eg Name, Author)

Details

This function is used to create the JSON file for package dependencies and reverse dependencies

Value

character vector with split content

Examples

1
2
3
4
5
## Not run: 
  plspm_depends = c("amap, diagram, tester, turner")
  split_pkg_attr(plspm_depends)

## End(Not run)

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