biovizBase (version 1.20.0)

getFormalNames: Get formals from functions

Description

Get formals from functions, used for dispatching arguments inside.

Usage

getFormalNames(..., remove.dots = TRUE)

Arguments

...
functions.
remove.dots
logical value, indicate remove dots in formals or not, default is TRUE.

Value

A character vector for formal arguments.

Examples

Run this code
getFormalNames(plot, sapply)

Run the code above in your browser using DataLab