argusVersion {sdcTable} | R Documentation |
argusVersion
Description
returns the version and build number of a given tau-argus executable
specified in argument exe
.
Usage
argusVersion(exe, verbose = FALSE)
Arguments
exe |
a path to a tau-argus executable |
verbose |
(logical) if |
Value
a list with two elements being the tau-argus version and the build-number.
Examples
## Not run:
argusVersion(exe="C:\\Tau\\TauArgus.exe", verbose=TRUE)
## End(Not run)
[Package sdcTable version 0.32.6 Index]