unite | R Documentation |
Convenience function to paste together multiple columns into one.
## S3 method for class 'SummarizedExperiment'
unite(data, col, ..., sep = "_", remove = TRUE, na.rm = FALSE)
data |
A data frame. |
col |
The name of the new column, as a string or symbol. This argument is passed by expression and supports
quasiquotation (you can unquote strings
and symbols). The name is captured from the expression with
|
... |
< |
sep |
Separator to use between values. |
remove |
If |
na.rm |
If |
tidySummarizedExperiment
separate()
, the complement.
tidySummarizedExperiment::pasilla |>
unite("group", c(condition, type))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.