write.report: Write Formatted Output to a *.docx File

Description Usage Arguments Value Examples

View source: R/wordreports.R

Description

The write.report function will produce an MS Word document using the officer.

Usage

1
write.report(object, path, round = NULL)

Arguments

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.

Value

will produce an *.docx file.

Examples

1
2
out<-descriptives(data=mtcars, vars=c("mpg","disp"), groupby=c("gear","am"))
write.report(out, path="C:/Temp/Output.docx")

jprice80/academic documentation built on Nov. 4, 2019, 3:22 p.m.