Description Usage Arguments Examples
View source: R/match_formals_function.R
Match arguments sent to current function to arguments found in separtae function, and return as list.
1 2 3 4  | match_formals(
  fun = as.character(do.call("match.call", args = list(), envir = parent.frame())[1]),
  ...
)
 | 
fun | 
 Function whose arguments should be matched  | 
... | 
 named arguments that should override or supplement those provided to current function.  | 
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.