powered by
Return a character vector giving the names of function objects in the specified environment.
ls.funs(...)
character vector
Arguments passed to ls. See the help for ls for details.
ls
Gregory R. Warnes greg@warnes.net
This function calls ls and then returns a character vector containing only the names of only function objects.
ls, is.function
is.function
## List functions defined in the global environment: ls.funs() ## List functions available in the base package: ls.funs("package:base")
Run the code above in your browser using DataLab