getFormalNames {biovizBase}R Documentation

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.

Author(s)

Tengfei Yin

Examples

getFormalNames(plot, sapply)

[Package biovizBase version 1.30.1 Index]