save_rx: Function for saving ggplot objects to PowerPoint ready images

Description Usage Arguments

View source: R/save.R

Description

Function for saving ggplot objects to PowerPoint ready images

Usage

1
2
save_rx(plot = ggplot_object, file_name = " export.png",
  type = "wide", dpi = "print", ...)

Arguments

file_name

file name including folder and extension. Png is prefferred.

type

wide for full width of the slide, semi for half of the slide, three for three quarters of the slide

dpi

print, screen, retina or a dpi setting. 300 is usually fine.

...
ggplot_object

defaults to the last shown image


revelx/rxtheme documentation built on Oct. 18, 2019, 1:10 p.m.