sandboxR (version 0.1)

commands.blacklist: Blacklisted functions

Description

Blacklisted functions

Usage

commands.blacklist(pkg)

Arguments

pkg
package name(s) where to look for blacklisted functions. All packages' functions will be returned in a list if not set.

Value

vector or list of function names

Examples

Run this code
## Not run: 
# commands.blacklist()
# commands.blacklist('base')
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace