View source: R/collectedfunctions.R
stackvar | R Documentation |
Combine variables in the same column
stackvar(data, combine.var = c("xxx", "variable"))
data |
Data frame 1 and 2 with long vectors and values. Note: no duplicated sorting vector allowed |
combine.var |
Variable name, c(var1,var2). var1 will be stacked over var 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.