detectBin: Detect a command binary

Description Usage Arguments Value Examples

View source: R/detectBin.R

Description

detectBin detects and returns the path to a command binary.

Usage

1
detectBin(bin)

Arguments

bin

a system command to be detected, as a character string.

Value

The path to the command binary.

Examples

1
detectBin('cd')

inSileco/refR documentation built on May 28, 2019, 9:55 p.m.