Description Usage Arguments Value Examples
Generate all combinations of the elements of a character vector
1 | combn_char(x)
|
x |
a character vector |
a nested list. A list whose elements are lists containing the character vectors with the combinations of their elements.
1 2 | combn_char(c("gender", "sector"))
combn_char(c("gender", "sector", "education"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.