| read_param_file | R Documentation |
Read parameter file of the 'JWSACruncher'
read_param_file(file)
file |
Path to the parameter file. |
create_param_file(), list2param_file(), default_param_file() cruncher_and_param().
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.