View source: R/pipelinederivative_outputs.R
srtm2xlsx | R Documentation |
Extract outcome parameters from a folder of srtmresults files. We could use the raw mat files, but they take ages to load into R. It is therefore better to run the SRTMresults scripts in MATLAB to generate the text files first, and then to get the data out of the text files.
srtm2xlsx(
studyflag = F,
filesflag = NULL,
filepattern = "*_kinfitresults.mat.txt"
)
studyflag |
Logical: is there a study name flag on each filename (e.g. Study1_abcd_kinfitresults) |
filesflag |
Character: should the output be saved with a special filename flag. Default is NULL. |
filepattern |
Character: pattern to identify the srtmresults txt files. |
Creates an xlsx file with the outcome parameters for each subject for all subjects in a directory.
srtm2xlsx()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.