Unified interface to calling LattE
call_latte(
which_exe,
input_file,
project_dir,
opts = list(),
stdout = "stdout",
stderr = "stderr",
shell = FALSE
)The name of LattE executable, e.g. "count"
The filename of file to be given to the executable, without a path
The path associated with input_file.
A named list of optional command line arguments to the executable.
Filenames to redirect standard output and standard error to.
logical(1); should the shell command be messaged to the
user?