The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Lifecycle: experimental CRAN status

tracee

tracee is an R package that provides convenient wrappers for saving traceable plots and tables for reporting.

Install

tracee is on CRAN and MPN.

install.packages("tracee")

Save plots with script and output paths included

Device type will be decided based on file name extension. png and pdf are supported.

ggwrite(p,file="path/to/myplot.png",script="path/to/script")

Save tables with script and output paths included

Only flextable objects can be saved.

ftwrite(ft,file="path/to/mytable.png",script="path/to/script")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.