Description Usage Arguments Details Value
table2list
creates a nested list from a nested dataframe ndf.
the nested data frame has at least 2 columns describing a tree (named
".*Leveli" colums), no other columns. From coarser to finer, from left
to right
1 | table2list(ndf)
|
ndf |
a nested dataframe (hierarchy). |
Initially planned for use in parameter CHOICES in shiny::selectInput but SHINY::inputSelect does not work as expected (the titles aren't clickable).
a nested list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.