| unique_combos | R Documentation | 
Compute a list of all possible block combinations where
the number of blocks in each combination is limited by parameters
min_level and max_level.
unique_combos(n_block, max_level, min_level = 2)
| n_block | 
 | 
| max_level | 
 | 
| min_level | 
 | 
This function is used for minimal redundancy implementations of
rosa and sopls and for lookups into computed
components.
A list of unique block combinations.
unique_combos(3, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.