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