Description Usage Arguments Examples
tag counterpart to base::Vectorize
, and a wrapper around it.
1 2 | vectorizing(.vectorize.args = NULL, .SIMPLIFY = TRUE,
.USE.NAMES = TRUE)
|
.vectorize.args |
a character vector of arguments which should be vectorized. Defaults to all arguments of FUN. |
.SIMPLIFY |
logical or character string; attempt to reduce the result
to a vector, matrix or higher dimensional array; see the |
.USE.NAMES |
logical; use names if the first ... argument has names, or if it is a character vector, use that character vector as the names. |
1 2 | Vectorize(rep.int)(1:4, 4:1)
vectorizing$rep.int(1:4, 4:1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.