gg_ppt | R Documentation |
Copies a gg object into a new powerpoint slide.
gg_ppt(x = .Last.value, filename = "plot")
x |
A gg object (.last.value) |
filename |
Name of the slide. '.pptx' is redundant here. (plot) |
ggplot(cars, aes(speed, dist)) + geom_point()
gg_ppt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.