Description Usage Arguments Value Examples
View source: R/Autotuner-class.R
This function returns the character string stored within the 'file_col' slot of the Autotuner Object
| 1 | 
| Autotuner | An AutoTuner object. | 
The content of the file_col slot
| 1 2 3 | Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
intensity <- getAutoFile_col(Autotuner)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.