call_latte {latte} | R Documentation |
Unified interface to calling LattE
Description
Unified interface to calling LattE
Usage
call_latte(
which_exe,
input_file,
project_dir,
opts = list(),
stdout = "stdout",
stderr = "stderr",
shell = FALSE
)
Arguments
which_exe |
The name of LattE executable, e.g. |
input_file |
The filename of file to be given to the executable, without a path |
project_dir |
The path associated with |
opts |
A named list of optional command line arguments to the executable. |
stdout , stderr |
Filenames to redirect standard output and standard error to. |
shell |
|
Value
invisible()
[Package latte version 0.2.2 Index]