setAutoFile_paths: setAutoFile_paths

Description Usage Arguments Value Examples

View source: R/Autotuner-class.R

Description

This function fills the file_paths slot within an Autotuner object.

Usage

1

Arguments

file_paths

A character vector representing file_paths

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled file_paths slot

Examples

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

crmclean/AutoTuner documentation built on Jan. 29, 2021, 4:48 p.m.