setAutoFile_paths {Autotuner}R Documentation

setAutoFile_paths

Description

This function fills the file_paths slot within an Autotuner object.

Usage

setAutoFile_paths(file_paths, Autotuner)

Arguments

file_paths

A character vector representing file_paths

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled file_paths slot

Examples

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

[Package Autotuner version 1.0.1 Index]