View source: R/hierarchies_as_vars.R
vars_to_hierarchies | R Documentation |
A kind of reverse operation of hierarchies_as_vars
vars_to_hierarchies(var_hierarchies)
var_hierarchies |
As output from |
List of hierarchies
a <- hierarchies_as_vars(list(f =
c("AB = A + B", "CD = C + D", "AC = A + C", "ABCD = AB + CD")))
a
vars_to_hierarchies(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.