ls.funs: List function objects

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Return a character vector giving the names of function objects in the specified environment.

Usage

1

Arguments

...

Arguments passed to ls. See the help for ls for details.

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

ls, is.function

Examples

1
2
3
4
5
## List functions defined in the global environment:
ls.funs()

## List functions available in the base package:
ls.funs("package:base")

gdata documentation built on May 2, 2019, 5:49 p.m.