tbl_as_named_list | R Documentation |
Build a named list from the value_col
and name_col
. Note
that there is no uniqueness test on the names column.
tbl_as_named_list(tbl, value_col, name_col)
tbl |
Table |
value_col |
Column with list values |
name_col |
Column with list names |
A named list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.