powered by
Get all combinations from a dataframe column
tidy_comb_all(data, ...)# S3 method for data.frame tidy_comb_all(data, ...)# S3 method for default tidy_comb_all(data, ...)
# S3 method for data.frame tidy_comb_all(data, ...)
# S3 method for default tidy_comb_all(data, ...)
a list or a data.frame with the elements to combine
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
# NOT RUN { tidy_comb_all(iris, Species) tidy_comb_all(state.name) # }
Run the code above in your browser using DataLab