pastes together all combinations of input vector

get_all_combs(vec)

Arguments

vec

vector of strings

Value

A vector of strings is returned.

Examples

if (FALSE) {
get_all_combs(letters[1:3])
}