read_param_file: Read parameter file of the 'JWSACruncher'

View source: R/param_file.R

read_param_fileR Documentation

Read parameter file of the 'JWSACruncher'

Description

Read parameter file of the 'JWSACruncher'

Usage

read_param_file(file)

Arguments

file

Path to the parameter file.

See Also

create_param_file(), list2param_file(), default_param_file() cruncher_and_param().

Examples

dir = tempdir()
list_param <- default_param_file(v3 = FALSE)
list2param_file(dir, list_param)
list_param_2 <- read_param_file(file.path(dir, "parameters.param"))
all.equal(list_param, list_param_2)

rjwsacruncher documentation built on Oct. 5, 2023, 5:09 p.m.