View source: R/mod_sets_fct_sets_functions.R
set_list_2_combinations | R Documentation |
note that set order in names is derived from size of the sets, biggest first also a none set with an empty string as a value is added by default
set_list_2_combinations(set_list, add_empty = TRUE)
set_list |
a named list where the names are the sets and the values vectors of things in those sets |
add_empty |
should an option to include an empty set be included? if true (the default) adds an item called none with the value of an empty string |
a list of combinations of sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.