Description Usage Arguments Details Value Examples
View source: R/reshapeTranspose.R
Transpose data via transpose
.
All predictors, responses, groups, and auxiliaries are transpose.
1 2 3 4 5 6 7 | reshapeTranspose(
dataset = cs.in.dataset(),
groups = cs.in.groupvars(),
scriptvars = cs.in.scriptvars(),
return.results = FALSE,
...
)
|
dataset |
[ |
groups |
[ |
scriptvars |
[ |
return.results |
[ |
... |
[ANY] |
One script variables is summarized in scriptvars
list:
[character(1)
]
Split character to split response names into multiple columns. Default is “_”.
Logical [TRUE
] invisibly and outputs to Cornerstone or,
if return.results = TRUE
, list
of
resulting data.frame
object:
reshapeTranspose |
Dataset with transposed data. |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.