get_all_combs: construct all combinations of input vector

get_all_combsR Documentation

construct all combinations of input vector

Description

pastes together all combinations of input vector

Usage

get_all_combs(vec)

Arguments

vec

vector of strings

Value

A vector of strings is returned.

Examples

get_all_combs(letters[1:3])


EmilMiP/LTFHPlus documentation built on June 13, 2024, 4:26 p.m.