getFunctions: Get all functions in a given environment

Description Usage Arguments Value Author(s) See Also Examples

Description

Get a list of all visible functions in a given environment.

Usage

1

Arguments

pos

the position in the search path.

Value

A list of character strings with functions names.

Author(s)

Philippe Grosjean <phgrosjean@sciviews.org>

See Also

getKeywords, createSyntaxFile

Examples

1
2
getFunctions(1)  # Functions defined in .GlobalEnv
length(getFunctions(length(search())))  # Number of functions in package:base

svIDE documentation built on May 2, 2019, 3 p.m.