ls.funs | R Documentation |
Return a character vector giving the names of function objects in the specified environment.
ls.funs(...)
... |
Arguments passed to |
This function calls ls
and then returns a character vector
containing only the names of only function objects.
character vector
Gregory R. Warnes greg@warnes.net
ls
, is.function
## List functions defined in the global environment:
ls.funs()
## List functions available in the base package:
ls.funs("package:base")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.