is.exe.installed | R Documentation |
Checks the existence of an .exe extention in the search path for executable files
is.exe.installed(exe_file)
exe_file |
a character with the name of the executable to be looked for |
A boolean vector indicating the existence of each program's availability on the system.
## Not run: is.exe.installed(c("zip.exe", "Rgui.exe", "blablabla")) # [1] TRUE TRUE FALSE is.exe.installed("7z") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.