powered by
Get a list of all visible functions in a given environment.
getFunctions(pos)
the position in the search path.
A list of character strings with functions names.
getKeywords, createSyntaxFile
getKeywords
createSyntaxFile
# NOT RUN { getFunctions(1) # Functions defined in .GlobalEnv length(getFunctions(length(search()))) # Number of functions in package:base # }
Run the code above in your browser using DataLab