ftwrite {tracee}R Documentation

Stamp and write flextab objects to one or multiple formats

Description

Stamp and write flextab objects to one or multiple formats

Usage

ftwrite(ft, file, script, time, formats, save, quiet = FALSE, ...)

writeFlextab(ft, file, script, formats, save, quiet = FALSE, ...)

Arguments

ft

A flextab object.

file

to save to. See formats to generate multiple files.

script

path to script - will be pasted as caption. If provided, a stamp will be included on the plot when writng file(s).

time

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.

formats

One or more of png, docx, pptx, html. As a character vector.

save

Save the table to the given file or just show? Defaults to TRUE. Hint, if you use an "exportFlag", use save=exportFlag.

quiet

Default is false but use TRUE to suppress messages about what was saved.

...

Arguments passed to stampFlextab.

Functions


[Package tracee version 0.0.4 Index]