update_workspace {rjwsacruncher} | R Documentation |
Update a workspace
Description
Function to update a workspace without exporting the results.
Usage
update_workspace(
workspace = NULL,
policy = "parameters",
cruncher_bin_directory = getOption("cruncher_bin_directory"),
log_file = NULL
)
Arguments
workspace |
Path to the workspace. By default a dialog box opens to choose the workspace. |
policy |
Refreshing policy of the processing. By default |
cruncher_bin_directory |
Path to the "bin" directory of the 'JWSACruncher'. By default
the value of the option |
log_file |
Name of the log file of 'JWSACruncher'. By default the log isn't exported. |
Value
Path to the workspace.
See Also
cruncher()
, cruncher_and_param()
.
[Package rjwsacruncher version 0.2.0 Index]