50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


drugsens (version 0.1.0)

make_run_config: 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)

Value

A dataframe/tibble.

Arguments

overwrite_config

Boolean, if TRUE the config_drugsens.txt will be overwritten (default is FALSE)

forcePath

String, Define a custom path for the config file

Examples

Run this code
# \donttest{
# Generate config in temporary directory
make_run_config(forcePath = tempdir())
# }

Run the code above in your browser using DataLab