R/misc.R
system_graphic_driver.Rd
Provides the default operating system graphics utility
system_graphic_driver()
A string that is either:
string
"quartz": if on MacOS
"quartz"
"windows": if on Windows
"windows"
"x11": if on Linux or Solaris
"x11"
is_rstudio
James Balamuta
# Returns a string depending on test platform system_graphic_driver() #> [1] "x11"