Sys_which: Find full path to executable

Description Usage Arguments Examples

Description

Like Sys.which but throws error of command not found.

Usage

1

Arguments

name

Name or path of possible exectutable to look for

Examples

1
2
try(Sys_which("R"))
try(Sys_which("not_installed_program"))

traitecoevo/callr documentation built on May 31, 2019, 7:42 p.m.