getAutoFile_col {Autotuner} | R Documentation |
This function returns the character string stored within the 'file_col' slot of the Autotuner Object
getAutoFile_col(Autotuner)
Autotuner |
An AutoTuner object. |
The content of the file_col slot
Autotuner <- readRDS(system.file("extdata/Autotuner.rds", package="Autotuner")) intensity <- getAutoFile_col(Autotuner)