cruncher_and_param | R Documentation |
Function to run the 'JWSACruncher' on a workspace while creating the parameter file.
cruncher_and_param(
workspace = NULL,
output = NULL,
rename_multi_documents = FALSE,
delete_existing_file = FALSE,
log_file = NULL,
cruncher_bin_directory = getOption("cruncher_bin_directory"),
...
)
workspace |
Path to the workspace. By default a dialog box opens to choose the workspace. |
output |
Full path of the output folder. By default ( |
rename_multi_documents |
Boolean indicating whether to rename the folders
containing the outputs according to the names of the multi-documents of the workspace.
By default |
delete_existing_file |
Only used if |
log_file |
Name of the log file of 'JWSACruncher'. By default the log isn't exported. |
cruncher_bin_directory |
Path to the "bin" directory of the 'JWSACruncher'. By default
the value of the option |
... |
Other parameters of |
Path to the workspace.
cruncher()
, update_workspace()
, create_param_file()
, multiprocessing_names()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.