powered by
return function dots from parent function as named list
cmd_args_dots(keep = NULL, drop = NULL)
name of arguments to keep
name of arguments to drop (NOTE: keep or drop are mutually exclusive settings)
named list of kwargs from ...
# NOT RUN { theFunction <- function(...) { cmd_args_dots() } theDots <- theFunction(example = "hello", boolFlag = TRUE, vectorFlag = c(1,2,3)) # }
Run the code above in your browser using DataLab