r {littler} | R Documentation |
r
BinaryReturn the path of the install r
binary.
r(usecat = FALSE)
usecat |
Optional toggle to request output to stdout (useful in Makefiles) |
The test for Windows is of course superfluous as we have no binary for Windows. Maybe one day...
The path is returned as character variable. If the usecat
option is
set the character variable is displayed via cat
instead.
Dirk Eddelbuettel