View source: R/expand_tibble.R
expand_tibble | R Documentation |
tibble
from All CombinationsActually a wrapper for expand.grid
, but
character vectors will stay as characters.
expand_tibble(...)
... |
vectors, factors or a list containing these. |
See expand.grid
but instead of a
data.frame
a tibble
is returned.
Marsel Scheer
expand.grid
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.