Learn R Programming

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")

Copy Link

Version

Install

install.packages('tracee')

Monthly Downloads

569

Version

0.0.4

License

MIT + file LICENSE

Maintainer

Philip Delff

Last Published

January 8th, 2024

Functions in tracee (0.0.4)

ggstamp

Always stamp your plots with script name
ftstamp

Stamp and write flextab objects to one or multiple formats
createStamp

Create a stamp with script path, output file path and time stamp in it.
canvasSize

Get predefined canvas sizes
stampFlextab

Stamp and write flextab objects to one or multiple formats
ggwater

Add watermarks to ggplots
ftwrite

Stamp and write flextab objects to one or multiple formats
ggwrite

Export plots created with ggplot (and more) or tables to files (png or pdf) - or show them on screen.