Learn R Programming

installr (version 0.17.5)

is.exe.installed: 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

Value

  • A boolean vector indication the existence of each program on the system.

Examples

Run this code
is.exe.installed(c("zip.exe", "Rgui.exe", "blablabla")) # [1]  TRUE  TRUE FALSE
is.exe.installed("7z")

Run the code above in your browser using DataLab