Learn R Programming

RBaM (version 1.1.1)

runExe: Run BaM executable

Description

Run BaM executable

Usage

runExe(exedir, exename, workspace, arguments = NULL, stout = "")

Value

an error code (0 for success)

Arguments

exedir

Character string, directory of the executable

exename

Character string, name of the executable

workspace

Character string, full path to workspace

arguments

Character string, arguments to be passed to BaM exe

stout

Character string, standard output (see ?system2). In particular, stout="" (default) shows BaM messages in the console, stout=NULL discards BaM messages, stout='log.txt' saves BaM messages in file "log.txt".