get.default.whitelist: Get a stored default whitelist for a specified package

Description Usage Arguments

Description

Get a stored default whitelist for a specified package

Usage

1
2
3
get.default.whitelist(pkg = "base", color = c("white", "black")[1],
  funvar = c("fun", "var")[1], group = "", return.type = c("vector",
  "yaml", "list")[1])

Arguments

pkg

the package name

color

"white" for whitelist and "black" for blacklist

funvar

"fun" for function list "var" for variable list

group

possibly the name of a list group

return.type

"vector" names of whitelisted functiin, "yaml" the yaml source


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