default_param_file {rjwsacruncher} | R Documentation |
Get default parameters of the 'JWSACruncher'
Description
Get default parameters of the 'JWSACruncher'
Usage
default_param_file(
v3 = getOption("is_cruncher_v3"),
cruncher_bin_directory = NULL
)
Arguments
v3 |
Boolean indicating if the parameters are the from a version 3.0.0 and higher of 'JWSACRuncher' ( |
cruncher_bin_directory |
Path to the directory that contains the 'JWSACruncher' binary.
If defined, the parameter |
See Also
create_param_file()
, read_param_file()
, list2param_file()
, cruncher_and_param()
.
[Package rjwsacruncher version 0.2.2 Index]