Stamp and write flextab objects to one or multiple formats
ftwrite(ft, file, script, time, formats, save, quiet = FALSE, ...)writeFlextab(ft, file, script, formats, save, quiet = FALSE, ...)
A flextab object.
to save to. See formats to generate multiple files.
path to script - will be pasted as caption. If provided, a stamp will be included on the plot when writng file(s).
The default behavior is to include a time stamp if
script
is provided. You can pass any string as time
if you
prefer a different format or a completely different string
here instead (like model name?). Use time=""
to omit.
One or more of png, docx, pptx, html. As a character vector.
Save the table to the given file or just show? Defaults to TRUE. Hint, if you use an "exportFlag", use save=exportFlag.
Default is false but use TRUE to suppress messages about what was saved.
Arguments passed to stampFlextab.
writeFlextab
: Deprecated function name. Use ftwrite.