Description Usage Arguments Value Author(s) See Also Examples
View source: R/expand_tibble.R
Actually a wrapper for expand.grid
, but
character vectors will stay as characters.
1 |
... |
vectors, factors or a list containing these. |
See expand.grid
but instead of a
data.frame
a tibble
is returned.
Marsel Scheer
1 | expand_tibble(fun = "rnorm", mean = 1:4, sd = 2:5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.