Last chance! 50% off unlimited learning
Sale ends in
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.
make_run_config(overwrite_config = FALSE, forcePath = NULL)
A dataframe
/tibble
.
Boolean, if TRUE the config_drugsens.txt
will be overwritten (default is FALSE)
String, Define a custom path for the config file
# \donttest{
# Generate config in temporary directory
make_run_config(forcePath = tempdir())
# }
Run the code above in your browser using DataLab