system_graphic_driver: Natural Graphics Driver for Operating System

View source: R/misc.R

system_graphic_driverR Documentation

Natural Graphics Driver for Operating System

Description

Provides the default operating system graphics utility

Usage

system_graphic_driver()

Value

A string that is either:

  • "quartz": if on MacOS

  • "windows": if on Windows

  • "x11": if on Linux or Solaris

Author(s)

James Balamuta

See Also

is_rstudio

Examples

# Returns a string depending on test platform
system_graphic_driver()

coatless/balamuta documentation built on Nov. 16, 2023, 5:30 a.m.