Description Usage Arguments Examples
View source: R/export_charts_ppt.R
This function allows you export a list of charts made in ggplot to Powerpoint.
1 2 3 4 5 6 7 8 | export_charts_ppt(
listP,
export_path,
template_path = NULL,
layout = "Title and Content",
master = "Office Theme",
as_vectors = TRUE
)
|
listP |
a list with the ggplot charts |
export_path |
The path where to export the Powerpoint |
template_path |
The path of the Powerpoint template |
layout |
Name of the Powerpoint layout |
master |
Name of the Powerpoint master |
as_vectors |
Whether to export the ggplots as vectors |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.