Get a stored default whitelist for a specified package
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])
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.