Description Usage Arguments Examples
Export data.frame or statistical output to Microsoft Word format
1 |
... |
further arguments to be passed to table2office |
1 2 3 4 5 6 7 8 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.