View source: R/wrangling-fcns.R
rbind.key | R Documentation |
Row binds a named list of tables, using element names to build a new identifier column.
## S3 method for class 'key'
rbind(x, ids_to = "id")
x |
named list of data.frames to rbind |
ids_to |
name of id column in new data.frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.