call_latte | R Documentation |
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 |
|
invisible()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.