lsf {box} | R Documentation |
Return a list of function names in an environment
Description
Return a list of function names in an environment
Usage
lsf(envir)
Arguments
envir |
the environment to search in. |
Value
lsf
returns a vector of function names in the given environment.
[Package box version 1.2.0 Index]