expand_tibble: Creates a 'tibble' from All Combinations

View source: R/expand_tibble.R

expand_tibbleR 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)

simTool documentation built on April 11, 2025, 6 p.m.