Learn R Programming

sdcTable (version 0.32.6)

argusVersion: argusVersion

Description

returns the version and build number of a given tau-argus executable specified in argument exe.

Usage

argusVersion(exe, verbose = FALSE)

Value

a list with two elements being the tau-argus version and the build-number.

Arguments

exe

a path to a tau-argus executable

verbose

(logical) if TRUE, the version info and build number of the given tau-argus executable will be printed.

Examples

Run this code
if (FALSE) {
argusVersion(exe="C:\\Tau\\TauArgus.exe", verbose=TRUE)
}

Run the code above in your browser using DataLab