Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

crossing..html

Create a data.table from all unique combinations of inputs


Description

crossing.() is similar to expand_grid.() but de-duplicates and sorts its inputs.

Usage

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

Arguments

...

Variables to get unique combinations of

.name_repair

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

Examples

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

crossing.(x, y)

crossing.(stuff = x, y)

tidytable

Tidy Interface to 'data.table'

v0.6.1
MIT + file LICENSE
Authors
Mark Fairbanks [aut, cre], Abdessabour Moutik [ctb], Matt Carlson [ctb], Ivan Leung [ctb], Ross Kennedy [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.