ls_unite | R Documentation |
list
of data.frame
.Unite Columns of a Table in a list
of data.frame
.
ls_unite(adam_db, tab, cols, sep = ".", new = NULL)
adam_db |
( |
tab |
( |
cols |
( |
sep |
( |
new |
( |
list
of data.frames
object with a united column.
db <- list(mtcars = mtcars, iris = iris)
x <- ls_unite(db, "mtcars", c("mpg", "hp"), new = "FUSION")
x$mtcars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.