setupDirStructure | R Documentation |
Convenience function to set up the directory structure used for storing data and results.
setupDirStructure( outputDir = NULL, onlyData = FALSE, onlyResults = FALSE, tableTCs = NULL, algoName = NULL )
outputDir |
(character) specifying the base output directory. From here, Data/biomarker and Result/algoName/biomarker directories are generated |
onlyData |
(logical) if set to TRUE, only the biomarker subdirectories are generated, name of output directory is used as it is (default:FALSE) |
onlyResults |
(logical) if set to TRUE, only the algoName/biomarker subdirectories are generated, name of output directory is used as it is (default:FALSE) |
tableTCs |
(data frame) containing the pre-defined parameter combinations to generate the simulations |
algoName |
(character) specifying the name of the algorithm used for creating the subdirectory |
No return value. Instead, the directory structure is set up.
Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.