In a list of dataframes, add an ID column with the list name. Neat, if you want a dataframe instead of list object.
1 | listnames_to_column(ls, colname = "sample")
|
ls |
A named list of dataframes |
colname |
The name of the column to add IDs to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.