getAutoFile_paths {Autotuner}R Documentation

getAutoFile_paths

Description

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

Usage

getAutoFile_paths(Autotuner)

Arguments

Autotuner

An AutoTuner object.

Value

The content of the file_paths slot

Examples

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

[Package Autotuner version 1.2.0 Index]