combn_char: Generate all combinations of the elements of a character...

Description Usage Arguments Value Examples

View source: R/gibutils.R

Description

Generate all combinations of the elements of a character vector

Usage

1

Arguments

x

a character vector

Value

a nested list. A list whose elements are lists containing the character vectors with the combinations of their elements.

Examples

1
2
combn_char(c("gender", "sector"))
combn_char(c("gender", "sector", "education"))

distrr documentation built on July 14, 2020, 5:06 p.m.