View source: R/make_powerpoint.R
make_powerpoint | R Documentation |
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 )
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 |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.