Skip to contents

Retrieves the parameters and copies the parameter file to the specified output path.

Usage

get_parameters(out_path = tempdir(), iwindow = FALSE)

Arguments

out_path

character. The output path where the parameter file will be copied. Default is temporary directory tempdir()

iwindow

logical. If TRUE, prompts the user to select the output directory using a file chooser window. Default is FALSE

Value

character. The path to the copied parameter file.

Details

Using configuration file is an alternative to sean()

See also

Examples

get_parameters()
get_parameters(out = tempdir())