Skip to contents

Export confusion matrix to Word document

Usage

aa_word(ft, docx_file, append = FALSE, docx_template = NULL, ...)

Arguments

ft

flextable object

docx_file

output docx filename. Existing file is deleted if docx_tempalte is specified, otherwise the output is appended.

append

append to existing Word file

docx_template

docx file to use as template

...

arguments for aa_confusion_matrix_flextable()

Value

Nothing

Details

Export flextable to Word document

Author

Dirk Pflugmacher