setAutoFile_col {Autotuner} | R Documentation |
This function fills the file_col slot within an Autotuner object.
setAutoFile_col(file_col, Autotuner)
file_col |
A character vector representing file_col |
Autotuner |
An AutoTuner object. |
An Autotuner object with a filled file_col slot
Autotuner <- readRDS(system.file("extdata/Autotuner.rds", package="Autotuner")) file_col <- getAutoFile_col(Autotuner) Autotuner <- setAutoFile_col(file_col, Autotuner)