create_nested_named_list | R Documentation |
Create Nested Named List
create_nested_named_list(
tbl,
names_col1 = "feature_class",
names_col2 = "feature_display",
values_col = "feature_name"
)
tbl |
A tibble with the below columns |
names_col1 |
A column that will be the names of the top list |
names_col2 |
A column that will be the names of the nested lists |
values_col |
A column that will be the values of the nested lists |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.