Plots a quote in a graphics device

rQuoteMe(quote, author, theme = "light", fonts = "Francois One",
  OS = c("windows", "linux", "macOS"), control = list(), ...)

Arguments

quote

A character string specifying the quote to plot

author

A character string specifying the author of the quote

theme

A character string specifying whether the light or the dark theme should be used for the pop-up plot window. Defaults to 'light'.

fonts

Character string specifying the desired Google fonts to use. Fonts are installed using function font_add_google from package sysfonts.

OS

Character string specifying the Operating System of the current host. Defaults to windows.

control

a list of control values with components:

  • width: width of plotting device in inches. Defaults to 48.

  • height: height of plotting device in inches. Defaults to 24.

  • text size: the size of the fonts used to plot the quote in mm. Defaults to 7.

Details