Description
Easily Save Output and Trace it Back to Code.
Description
Write output (plots and tables) ensuring traceability back to code. Includes a graphics saver with simple automation of stamping with source, destination and creation time. A list of plots can be saved at once. A user-friendly selection of output dimensions for presentations, on-screen inspections, and more available.
README.md
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")