Skip to content
Prev 251803 / 398500 Next

R in different OS

On Feb 25, 2011, at 12:23 PM, Hui Du wrote:

            
See ?.Platform, more specifically:

On Unixen (eg. Linux, OSX)
[1] "unix"

and on Windows, will be "windows".

If needed, look at the additional functions listed in the See Also on the help page (eg. ?Sys.info, etc.).

HTH,

Marc Schwartz