Description Usage Arguments Value Examples
The write.report function will produce an MS Word document using the officer
.
1 | write.report(object, path, round = NULL)
|
object |
An R object from an aca analysis. |
path |
Path or connection to write to. |
round |
round the number of digits to round too when producing the report. |
will produce an *.docx file.
1 2 | out<-descriptives(data=mtcars, vars=c("mpg","disp"), groupby=c("gear","am"))
write.report(out, path="C:/Temp/Output.docx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.