functions: Function 'functions'

Description Usage Arguments Value Examples

View source: R/ui.R

Description

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

Usage

1

Arguments

from

package (character scalar) or environment to look for functions

Value

character vector of the names of available functions in from

Examples

1
2
3
4
5
functions()
myfun = function(x, y) x + y
functions()
functions("grapes")
functions("knitr")

wlandau/grapes documentation built on May 4, 2019, 8:44 a.m.