Function to update a workspace without exporting the results.
update_workspace(
workspace = NULL,
policy = "parameters",
cruncher_bin_directory = getOption("cruncher_bin_directory"),
log_file = NULL
)Path to the workspace.
Path to the workspace. By default a dialog box opens to choose the workspace.
Refreshing policy of the processing. By default policy = "parameters" (re-estimation of the coefficients of the reg-ARIMA model, see details).
Path to the "bin" directory of the 'JWSACruncher'. By default
the value of the option "cruncher_bin_directory" is used.
Name of the log file of 'JWSACruncher'. By default the log isn't exported.
cruncher(), cruncher_and_param().