.parse_file_paths | R Documentation |
Internal function for parsing file paths
.parse_file_paths(
config = NULL,
project_dir = waiver(),
experiment_dir = waiver(),
data_file = waiver(),
verbose = TRUE,
...
)
config |
A list of settings, e.g. from an xml file. |
project_dir |
(optional) Path to the project directory. |
experiment_dir |
(recommended) Path to the directory where all
intermediate and final results produced by The In case no project directory is provided and the experiment directory is
not on an absolute path, a directory will be created in the temporary R
directory indicated by |
data_file |
(optional) Path to files containing data that should be
analysed. The paths can be relative to The following types of data are supported.
All data are expected in wide format, with sample information organised row-wise. More than one data file can be provided. Alternatively, data can be provided using the |
verbose |
Sets verbosity. |
... |
Unused arguments |
List of paths to important directories and files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.