Description Usage Arguments Author(s) Examples
Exports the 'Freesurfer' imported data frame to a CSV readable by the software KNIME, it will assign two extra rows to the input dataframe: field_group_1 which classifies the columns as S = hippocampal, subcortical, corticalthicknessstds, corticalareas, corticalthicknesses, corticalvolumes field_group_2 which classifies the columns as S = volume, area, thickness, thicknessstd And the data for the columns will be in folder/field_group_*/S.csv
1 2 | export.forKNIME(df, folder, additionalFields = c("Gender", "Age",
"Diagnosis"))
|
df |
The data frame to export |
folder |
The folder to export to |
additionalFields |
Vector of column names which should be added to each individual file created |
Alexander Luke Spedding, alexspedding271@gmail.com
1 2 3 4 | ## Not run:
export.forKNIME(df, "/Users/alex/KNIMEData/", c("Age","MMSE"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.