Description Usage Arguments Author(s)
View source: R/long_wide_convertor.R
Convert from wide data to long data.
1 2 3 4 5 | convert2wide(
data,
sample_info_name = c("sample_id"),
variable_info_name = c("variable_id")
)
|
data |
data |
sample_info_name |
sample_info_name |
variable_info_name |
variable_info_name |
Xiaotao Shen shenxt@stanford.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.