setAutoFile_col: setAutoFile_col

Description Usage Arguments Value Examples

View source: R/Autotuner-class.R

Description

This function fills the file_col slot within an Autotuner object.

Usage

1

Arguments

file_col

A character vector representing file_col

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled file_col slot

Examples

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

Autotuner documentation built on Nov. 8, 2020, 5:59 p.m.