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