dots_arg: dot argument

View source: R/fut.r

dots_argR Documentation

dot argument

Description

arguments in ... returned as a character or integer vector

Usage

dots_arg(...)

Arguments

...

arguments

Value

NULL, character or integer vector

Author(s)

eddy castellón

Examples

## Not run: 
dots_arg(a, b)
dots_arg("a", "b")
dots_arg(c("a", "b"))
dots_arg(1:3)

## End(Not run)

ecastellon/magfoo documentation built on Jan. 29, 2024, 4:40 p.m.