Learn R Programming

svMisc (version 0.9-46)

isSDI: Is Rgui started in SDI mode under Windows?

Description

Determine if R is running in Rgui under Windows and is in SDI mode.

Usage

isSDI()

Arguments

Value

  • TRUE if it is Rgui under Windows, and it is stared in SDI mode (Single-Document Interface), FALSE otherwise (either in Rgui in MDI mode, or another UI).

See Also

isRgui, isWin

Examples

Run this code
isSDI()

Run the code above in your browser using DataLab