is.exe.installed: Checks if some .exe is available in on the Windows machine...

View source: R/is.x.R

is.exe.installedR Documentation

Checks if some .exe is available in on the Windows machine search PATH

Description

Checks the existence of an .exe extention in the search path for executable files

Usage

is.exe.installed(exe_file)

Arguments

exe_file

a character with the name of the executable to be looked for

Value

A boolean vector indicating the existence of each program's availability on the system.

Examples

## Not run: 
is.exe.installed(c("zip.exe", "Rgui.exe", "blablabla")) # [1]  TRUE  TRUE FALSE
is.exe.installed("7z") 

## End(Not run)

talgalili/installr documentation built on Feb. 19, 2024, 1:22 p.m.