getFunctions {svIDE} | R Documentation |
Get a list of all visible functions in a given environment.
getFunctions(pos)
pos |
the position in the search path. |
A list of character strings with functions names.
Philippe Grosjean <phgrosjean@sciviews.org>
getFunctions(1) # Functions defined in .GlobalEnv
length(getFunctions(length(search()))) # Number of functions in package:base