arglist_get: Generate vector of arguments

Description Usage Arguments Value Examples

View source: R/args.R

Description

Convert all the arguments passed to this function, including those contained in '...', into character vector.

Usage

1

Arguments

...

Any number of arguments

Value

Character vector

Examples

1
2
3
4
library(outsider.base)
# return a character vector of all arguments provided
arglist_get('any', 'number', 'of', 'arguments...', 'number', 'or', 'anything',
            1L, TRUE)

outsider.base documentation built on April 19, 2021, 1:06 a.m.