call_latte: Unified interface to calling LattE

View source: R/call-latte.R

call_latteR 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. "count"

input_file

The filename of file to be given to the executable, without a path

project_dir

The path associated with input_file.

opts

A named list of optional command line arguments to the executable.

stdout, stderr

Filenames to redirect standard output and standard error to.

shell

logical(1); should the shell command be messaged to the user?

Value

invisible()


dkahle/latter documentation built on March 22, 2023, 9:05 p.m.