View source: R/separate_data.R
separate_data | R Documentation |
Separates user data into metadata and metabolomics data with metabolite measurements
separate_data(example, typedata, sample_col)
example |
user data file |
typedata |
type of data desired from the user data uploaded: metadata or metabolomics data |
sample_col |
TRUE or FALSE, TRUE if sample names are in the first column, FALSE if metabolites names are in the first column. |
separate_data('example.txt', "metadata",FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.