cruncher: The Cruncher launcher

View source: R/Cruncher.R

cruncherR Documentation

The Cruncher launcher

Description

Function to launch the cruncher on a workspace from a settings file.

Usage

cruncher(
  workspace = workspace,
  cruncher_bin_directory = getOption("cruncher_bin_directory"),
  param_file_path,
  log_file
)

Arguments

workspace

path to the workspace.

cruncher_bin_directory

path to the "bin" folder of the cruncher. To see the default value, compile getOption("cruncher_bin_directory").

param_file_path

path to the settings file. By default, a .params file is searched for in the same folder the workspace is stored in.

log_file

name of the log file. By default, no log file is exported.

Value

The workspace path

See Also

Traduction française

Other Cruncher functions: create_param_file(), cruncher_and_param(), update_workspace()


AQLT/JDCruncheR documentation built on March 20, 2024, 2:32 p.m.