Description Usage Arguments Value
Takes a list of data.frames and "tag" each my adding a column containing the name of the list container they belong to. The tags can letter be used as a factor when reduce/binding the list in a single data.frame.
1 | tag(list_df, label = "tag")
|
list_df |
A list of data.frames. |
label |
A single character string containing the name of the tagged column. |
A tagged list of data.frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.