figure_to_slide | R Documentation |
Add figure to slides
figure_to_slide(
ppt,
content,
decor = TRUE,
fig_width,
fig_height,
figure_loc = ph_location_type("body"),
...
)
ppt |
slide page |
content |
content to be added |
decor |
should decoration be added |
fig_width |
user specified figure width |
fig_height |
user specified figure height |
figure_loc |
location of the figure. Defaults to 'ph_location_type("body")' |
... |
arguments passed to program |
slide with the added content
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.