table2docx | R Documentation |
Export data.frame or statistical output to Microsoft Word format
table2docx(...)
... |
further arguments to be passed to table2office |
## Not run: require(moonBook) x=mytable(Dx~.,data=acs) table2docx(x) table2docx(head(iris),title="head(iris)",append=TRUE,vanilla=FALSE) fit=lm(mpg~wt*hp,data=mtcars) table2docx(fit,title="Linear regression",append=TRUE,vanilla=TRUE) fit2=aov(yield ~ block + N * P + K, data = npk) table2docx(fit2,title="Linear regression",append=TRUE,vanilla=TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.