powered by
Convert all the arguments passed to this function, including those contained in '...', into character vector.
arglist_get(...)
Any number of arguments
Character vector
# 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