A table can be piped in to this function to be sent to a new ppt slide. Can be called with no arguments, then a new ppt is created named after the table. If output_file is specified, table is sent to a new slide on an existing powerpoint.

make_powerpoint(
  tbl,
  output_file = NULL,
  layout = "Two Content",
  master = "Office Theme",
  show = TRUE
)

Arguments

tbl

a data frame, flextable, or a list thereof

output_file

path to existing ppt

layout

master layout

master

master theme

show

logical to open the ppt

Value

none