getFunctions {svIDE}R Documentation

Get all functions in a given environment

Description

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

Usage

getFunctions(pos)

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

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

[Package svIDE version 0.9-45 Index]