json_children: JSON Children

Description Usage Arguments Details Value Examples

Description

Converts the string of a package attribute into a JSON children array

Usage

1
  json_children(pkg_attribute)

Arguments

pkg_attribute

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")
  json_children(plspm_depends)

## End(Not run)

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