cat.pkg.funs: Helper function to create whitelists

Description Usage Arguments Examples

View source: R/listbuilder.r

Description

Cats all functions in a package as a yaml vector

Usage

1
cat.pkg.funs(pkg = "base")

Arguments

pkg

the name of the package

Examples

1
2
3
4
5
6
7
## Not run: 
  cat.pkg.funs("stats")
  cat.pkg.funs("base")
  cat.pkg.funs("dplyr")
  cat.pkg.funs("ggplot2")

## End(Not run)

skranz/whitelistcalls documentation built on May 30, 2019, 3:04 a.m.