R/Helper_functions.R
get_all_combs.Rd
pastes together all combinations of input vector
get_all_combs(vec)
vector of strings
A vector of strings is returned.
if (FALSE) { get_all_combs(letters[1:3]) }