read_param_file {rjwsacruncher} | R 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)
[Package rjwsacruncher version 0.2.0 Index]