getProgram {utilitiesR}R Documentation

retrieves path to system executable.

Description

This essentially emulates the unix "which".

Usage

  getProgram(PROG_NAMES)

Arguments

PROG_NAMES

a vector of program names to search for.

Value

a vector of absolute paths to the executables specified.


[Package utilitiesR version 1.8.4 Index]