dots: Extract dots from function

View source: R/dots.R

dotsR Documentation

Extract dots from function

Description

Extract dots from function

Usage

dots(..., character = FALSE)

Arguments

...

Objects as dots.

character

logical(1). Return dots (...) as character.

Value

  • character = FALSE: list. Objects as name class. Return with eval.

  • character = TRUE: character. Names of the dots.

Note

This function uses non-standard evaluation.

Updated 2020-01-28.

See Also

help("dotsMethods", "methods").

Examples

dots(a, b, c, character = FALSE)
dots(a, b, c, character = TRUE)

acidgenomics/AcidBase documentation built on Jan. 28, 2024, 2:59 a.m.