Changes in version 0.0.5 Bugfixes - ftwrite would need the bg argument even though a default value was apparently provided. Now that default is actually being used. Other changes - ggwrite gives a message instead of a warning when empty spaces are being removed from file names. Changes in version 0.0.4 (2024-01-08) Bugfixes - ggwrite in some cases wouldn't write a list of plots to multiple pngs. Fixed. Other changes - ftwrite argument takes a time argument like ggwrite. It did already by passing it downstream but now it is explicit like for ggwrite. Changes in version 0.0.3 (2023-03-23) Changes - Flextab function names aligned with functions for plots. writeFlextab is deprecated and now called ftwrite. stampFlextab is deprecated and now called ftstamp. These names match ggwrite and ggstamp, respectively. New features - Missing script argument supported in ftwrite. - ggwrite support multiple formats (new argument aligning with writeFlextab) and canvases. In this case, the canvas name will be appended to file names. - ftwrite now throws an error in case unsupported output formats are requested. - ftwrite support the 'save' argument like ggwrite. Changes in version 0.0.2 (2022-10-15) New functions - writeFlextab is a wrapper that flextable objects to files including a caption (stamp) referencing script path and output filename. The stamp is generated by the same underlying function as used when generating stamps for plots in ggstamp or ggwrite. stampFlextab is equivalent to ggstamp for plots. Added features - Objets of class ggmatrix can now be stamped using ggstamp.