extract unique values from a particular column.
Can be used in conjunction with dplyr::group_split to give df list reasonable names
I.e; group_split(df, col)
names(df) <- names_from_col(col)
1 | names_from_col(df, col_name)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.