isSDI {svMisc} | R Documentation |
Determine if R is running in Rgui under Windows and in SDI mode.
isSDI()
TRUE if it is Rgui under Windows, and it is stared in SDI mode (Single-Document Interface), FALSE otherwise.
See the menu entry 'Edit' -> 'GUI preferences' to change it, or start Rgui with the '–SDI' argument line parameter. Under another platform than Windows or if it is not Rgui, then isSDI always returns FALSE
Philippe Grosjean <phgrosjean@sciviews.org> & Eric Lecoutre <lecoutre@stat.ucl.ac.be>
isSDI()