Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

gdata (version 2.13.2)

ls.funs: 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 ls. See the help for ls for details.

Value

  • character vector

Details

This function calls ls and then returns a character vector containing only the names of only function objects.

See Also

ls, is.function

Examples

Run this code
## 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