Description Usage Arguments Value Examples
Get all combinations from a dataframe column or from a list
1 2 3 4 5 6 7 |
data |
data object containing the list of words, either a list or a data.frame |
base |
the base word to compare with all the words |
... |
if data is a data.frame, the col where the words to combine are |
a tibble with all possible combination of elements from a list
1 2 | tidy_comb(iris, "this", Species)
tidy_comb(state.name, "Paris")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.