Learn R Programming

LTFGRS (version 1.0.0)

get_all_combs: construct all combinations of input vector

Description

pastes together all combinations of input vector

Usage

get_all_combs(vec)

Value

A vector of strings is returned.

Arguments

vec

vector of strings

Examples

Run this code
get_all_combs(letters[1:3])

Run the code above in your browser using DataLab