setAutoFile_col {Autotuner}R Documentation

setAutoFile_col

Description

This function fills the file_col slot within an Autotuner object.

Usage

setAutoFile_col(file_col, Autotuner)

Arguments

file_col

A character vector representing file_col

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled file_col slot

Examples

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

[Package Autotuner version 1.2.0 Index]