powered by
A safe version of data.table::CJ() in case a column is called sorted or unique.
data.table::CJ()
sorted
unique
cross_join(dots, sorted = TRUE, unique = FALSE)
data.table::data.table().
data.table::data.table()
(named list()) Vectors to cross-join.
list()
(logical(1)) See data.table::CJ().
logical(1)
cross_join(dots = list(sorted = 1:3, b = letters[1:2]))
Run the code above in your browser using DataLab