cross_join | R Documentation |
A safe version of data.table::CJ()
in case a column is called
sorted
or unique
.
cross_join(dots, sorted = TRUE, unique = FALSE)
dots |
(named |
sorted |
( |
unique |
( |
data.table::data.table()
.
cross_join(dots = list(sorted = 1:3, b = letters[1:2]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.