grapes (version 1.0.0)

functions: Function

Description

List the available functions in a package or environment that are not already binary ooperators.

Usage

functions(from = parent.frame())

Arguments

from
package (character scalar) or environment to look for functions

Value

character vector of the names of available functions in from

Examples

Run this code
functions()
myfun = function(x, y) x + y
functions()
functions("grapes")
functions("knitr")

Run the code above in your browser using DataCamp Workspace