Create a data.table from all combinations of inputs
Create a data.table from all combinations of inputs
expand_grid.(..., .name_repair = "check_unique")
... |
Variables to get combinations of |
.name_repair |
Treatment of problematic names. See |
x <- 1:2 y <- 1:2 expand_grid.(x, y) expand_grid.(stuff = x, y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.