expand_tibble {simTool}R Documentation

Creates a tibble from All Combinations

Description

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

Usage

expand_tibble(...)

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


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

[Package simTool version 1.1.7 Index]