expand_tibble: Creates a 'tibble' from All Combinations

Description Usage Arguments Value Author(s) See Also Examples

View source: R/expand_tibble.R

Description

Actually a wrapper for expand.grid, but character vectors will stay as characters.

Usage

1

Arguments

...

vectors, factors or a list containing these.

Value

See expand.grid but instead of a data.frame a tibble is returned.

Author(s)

Marsel Scheer

See Also

expand.grid

Examples

1
expand_tibble(fun = "rnorm", mean = 1:4, sd = 2:5)

simTool documentation built on Jan. 8, 2021, 2:25 a.m.