R/main.R
artmsWriteConfigYamlFile.RdCreates a template file of the artMS configuration file, which
is required to run artmsQuantification. Check ?artms_config and the
vignettes to find out more about the details of the structure of the file
and how to fill it up
artmsWriteConfigYamlFile( config_file_name = "artms_config_file.yaml", overwrite = FALSE, verbose = TRUE )
| config_file_name | (char) The name for the configuration file. It must
have a |
|---|---|
| overwrite | (logical) Default FALSE |
| verbose | (logical) |
A file (or yaml data object) of the artMS configuration file
config_empty <- artmsWriteConfigYamlFile(config_file_name = NULL)