expand_grid.: Create a data.table from all combinations of inputs

View source: R/expand_grid.R

expand_grid.R Documentation

Create a data.table from all combinations of inputs

Description

Create a data.table from all combinations of inputs

Usage

expand_grid.(..., .name_repair = "check_unique")

Arguments

...

Variables to get combinations of

.name_repair

Treatment of problematic names. See ?vctrs::vec_as_names for options/details

Examples

x <- 1:2
y <- 1:2

expand_grid(x, y)

expand_grid(stuff = x, y)

tidytable documentation built on Oct. 5, 2023, 5:07 p.m.