View source: R/compile-operators.R
| args_flatten | R Documentation | 
Take variable arguments, flatten vectors and lists, but do not flatten cells (which are lists) e.g. args_flatten(NA, list(1,2,3), 4:6, c(7,8,9))
args_flatten(...)
... | 
 variable arguments  | 
a list of the arguments, with vectors and lists flattened
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.