View source: R/e_print_list_tree_hierarchy.R
e_print_list_tree_hierarchy | R Documentation |
runs data.tree::FromListSimple()
e_print_list_tree_hierarchy(x = NULL)
x |
list of lists |
list_tree Tree as a data.frame
x <- list()
x$aa <- list()
x$aa <- list(x = list(xx = 1), y = list(yy = 2), z = list(zz = 3))
x$bb <- list()
x$bb <- list(xx = 4, yy = 5, zz = 6)
e_print_list_tree_hierarchy(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.