isWindows | R Documentation |
Indicate whether we are on Windows or MacOSX. For MacOSX and Linux, we can also determine if we are on an x86-64 or Arm-based architecture.
isWindows()
isMacOSX()
isMacOSXArm()
isLinux()
isLinuxAarch64()
Logical scalar indicating whether we are on the specified OS and/or architecture.
Aaron Lun
isWindows()
isMacOSX()
isLinux()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.