Description Usage Arguments Value Examples
View source: R/pass_arguments.R
This is useful when you extract a funciton and the arguments in the signature need to be converted to arguments in a call to the function.
1  | pass_arguments(string)
 | 
string | 
 A string. e.g. c("arg1, arg2")  | 
A string. eg. arg1 = arg1, arg2 = arg2
1 2 3 4  | ## Not run: 
# pass_arguments(c("one, two"))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.