functions {grapes} | R Documentation |
functions
List the available functions in a package or environment that are not already binary ooperators.
functions(from = parent.frame())
from |
package (character scalar) or environment to look for functions |
character vector of the names of available functions
in from
functions()
myfun = function(x, y) x + y
functions()
functions("grapes")
functions("knitr")