getAutoFile_col {Autotuner}R Documentation

getAutoFile_col

Description

This function returns the character string stored within the 'file_col' slot of the Autotuner Object

Usage

getAutoFile_col(Autotuner)

Arguments

Autotuner

An AutoTuner object.

Value

The content of the file_col slot

Examples

Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
intensity <- getAutoFile_col(Autotuner)

[Package Autotuner version 1.0.1 Index]