Run BaM executable
runExe(exedir, exename, workspace, arguments = NULL, stout = "")an error code (0 for success)
Character string, directory of the executable
Character string, name of the executable
Character string, full path to workspace
Character string, arguments to be passed to BaM exe
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".