ls.funs {gdata} | R Documentation |
List function objects
Description
Return a character vector giving the names of function objects in the specified environment.
Usage
ls.funs(...)
Arguments
... |
Arguments passed to |
Details
This function calls ls
and then returns a character vector
containing only the names of only function objects.
Value
character vector
Author(s)
Gregory R. Warnes greg@warnes.net
See Also
Examples
## List functions defined in the global environment:
ls.funs()
## List functions available in the base package:
ls.funs("package:base")
[Package gdata version 3.0.0 Index]