Ini adalah antarmuka ke perintah sistem, atau ke emulasi pada Windows.
Sys.which(names)
| Parameter | Deskripsi |
|---|---|
names |
Character vector of names or paths of possible executables. |
# NOT RUN {
## the first two are likely to exist everywhere
## texi2dvi exists on most Unix-alikes and under MiKTeX
Sys.which(c("ftp", "ping", "texi2dvi", "this-does-not-exist"))
# }