code2pptx | R Documentation |
Save plot/ggplot code to Microsoft Powerpoint format
code2pptx(...)
... |
further arguments to be passed to code2office |
## Not run: code2pptx(plot(iris)) require(ggplot2) gg=ggplot(data=mtcars,aes(x=wt,y=mpg))+geom_point() code2pptx(ggobj=gg) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.