code_all_vector_combinations: All Combinations of a List

View source: R/code_all_vector_combinations.R

code_all_vector_combinationsR Documentation

All Combinations of a List

Description

Returns all possible combinations of a list optionally appending some elements to make sure they are included in each list item

Usage

code_all_vector_combinations(vector, include.these.in.each = NULL)

Arguments

vector

the list of items

include.these.in.each

items that you want to make sure are included in each returned itme


mattjcamp/coderr documentation built on April 21, 2023, 7:05 a.m.