R/SystemCommandAvailable.R
SystemCommandAvailable.Rd
Checks whether a system command is available (does not return an error), or not
SystemCommandAvailable(command)
System command to be tested
Boolean indicating whether the command is available, or not
Jan Philipp Dietrich
SystemCommandAvailable("ls") #> [1] TRUE