
Last chance! 50% off unlimited learning
Sale ends in
Take a gt pipeline or object and print it as an image within a reprex
gt_reprex_image(gt_object)
a png image
An object of class gt_tbl
usually created by gt::gt()
Saves a gt table to a temporary png image file and uses
knitr::include_graphics()
to render tables in reproducible examples
like reprex::reprex()
where the HTML is not transferrable to GitHub.