tidy_comb_all: Tidy combine all

Description Usage Arguments Value Examples

View source: R/tidycomb.R

Description

Get all combinations from a dataframe column

Usage

1
2
3
4
5
6
7
tidy_comb_all(data, ...)

## S3 method for class 'data.frame'
tidy_comb_all(data, ...)

## Default S3 method:
tidy_comb_all(data, ...)

Arguments

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

Value

a tibble with all possible combination of elements from a list

Examples

1
2

ColinFay/tidystringdist documentation built on May 22, 2019, 4:28 p.m.