Skip to contents

Saves on disk a ProcessingSettings S3 class object for call and algorithm as the defined format in the defined path and with the defined name.

Usage

save_default_ProcessingSettings(
  engine = NA_character_,
  call = NA_character_,
  algorithm = NA_character_,
  format = "json",
  name = "settings",
  path = getwd()
)

Arguments

call

Character (length 1) with the method call name.

algorithm

Character (length 1) with the algorithm name.

format

Character (length 1) with the format of the saved file. Possible are "json" and "rds".

name

Character (length 1) with the name of the file without extension.

path

Character (length 1) with the saving path. The default is the getwd() path.

Value

Creates a json/rds files on the defined path.