Learn R Programming

outsider.base (version 0.1.4)

arglist_get: Generate vector of arguments

Description

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

Usage

arglist_get(...)

Arguments

...

Any number of arguments

Value

Character vector

Examples

Run this code
# NOT RUN {
library(outsider.base)
# return a character vector of all arguments provided
arglist_get('any', 'number', 'of', 'arguments...', 'number', 'or', 'anything',
            1L, TRUE)
# }

Run the code above in your browser using DataLab