make_run_config {drugsens} | R Documentation |
Generates and use a config txt file
Description
When this function run the first time, it will generated a config.txt file in the user working directory. It will import the data config file into the use environment. This data will be used to change the column names of the imported dataset and change the name of the markers that is often incorrectly exported.
Usage
make_run_config(overwrite_config = FALSE, forcePath = NULL)
Arguments
overwrite_config |
Boolean, if TRUE the |
forcePath |
String, Define a custom path for the config file |
Value
A dataframe
/tibble
.
Examples
# Generate config in temporary directory
make_run_config(forcePath = tempdir())
[Package drugsens version 0.1.0 Index]