combine_names: Create all combinations of sets of strings

View source: R/surveys.R View source: R/combine_names.R

combine_namesR Documentation

Create all combinations of sets of strings

Description

Combine two sets of strings to create all possible combinations

Combine two sets of strings to create all possible combinations

Usage

combine_names(..., sep = ".")

combine_names(..., sep = ".")

Arguments

...

One or more character vectors

sep

String to use as a separator character

Value

A vector of all possible combinations of the input paramters

A vector of all possible combinations of the input paramters

Examples

combine_names(c("is", "as"), c("numeric", "logical"))
combine_names(c("is", "as"), c("numeric", "logical"))

rwash/surveys documentation built on Sept. 18, 2023, 11:31 p.m.