powered by
tibble
Actually a wrapper for expand.grid, but character vectors will stay as characters.
expand.grid
expand_tibble(...)
See expand.grid but instead of a
data.frame
a tibble is returned.
vectors, factors or a list containing these.
Marsel Scheer
expand_tibble(fun = "rnorm", mean = 1:4, sd = 2:5)
Run the code above in your browser using DataLab