interact: Interact character vectors to get a character vector of...

View source: R/interact.R

interactR Documentation

Interact character vectors to get a character vector of concatenated combinations.

Description

Interact character vectors to get a character vector of concatenated combinations.

Usage

interact(...)

Arguments

...

character vectors

Value

character vector whose elements are the concatenated elements of the input character vectors

Examples

interact(sex=c("male", "female"), age=c("young", "adult", "old"))

fintzij/stemr documentation built on March 25, 2022, 12:25 p.m.