Unified interface to calling LattE
call_latte( which_exe, input_file, project_dir, opts = list(), stdout = "stdout", stderr = "stderr", shell = FALSE )
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 |
|