ellipseNames {omnibus}R Documentation

Get names of objects input as arguments in ellipse (...) form

Description

This function returns the names of objects input into a function as ellipses. It is only useful if called inside a function.

Usage

ellipseNames(...)

Arguments

...

Objects.

Value

Character list.


[Package omnibus version 1.2.12 Index]