Skip to contents

Saves plots to one ppt file.

Usage

plot_to_ppt(
  plot = ggplot2::last_plot(),
  file_name = "figures.pptx",
  width = NULL,
  height = NULL
)

Arguments

plot

..

file_name

..

width

..

height

..