Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ tracee Public

❗ This is a read-only mirror of the CRAN R package repository. tracee — Easily Save Output and Trace it Back to Code

License

Notifications You must be signed in to change notification settings

cran/tracee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

❗ This is a read-only mirror of the CRAN R package repository. tracee — Easily Save Output and Trace it Back to Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published