Learn R Programming

jjb (version 0.1.0)

get_graphic_driver: Natural Graphics Driver for Operating System

Description

Provides the default operating system graphics utility

Usage

get_graphic_driver()

Arguments

Value

A string that is either:

  • "quartz": if on MacOS

  • "windows": if on Windows

  • "x11": if on Linux or Solaris

See Also

is_rstudio

Examples

Run this code
# NOT RUN {
# Returns a string depending on test platform
get_graphic_driver()
# }

Run the code above in your browser using DataLab