runCommandFile: FUSION R command line interface - Run a command file

View source: R/CoreFunctions.R

runCommandFileR Documentation

FUSION R command line interface – Run a command file

Description

runCommandFile runs a command file.

Usage

runCommandFile(cmdFile = NULL, ...)

Arguments

cmdFile

character: contains the name of the file to be run.

...

additional parameter passed to system2().

Value

invisible boolean indicating success or failure for the initiation of the run.

Examples

## Not run: 
runCommandFile("Test/test.bat")

## End(Not run)

bmcgaughey1/fusionwrapr documentation built on Dec. 1, 2024, 7:13 a.m.