View source: R/gt_reprex_image.R
| gt_reprex_image | R Documentation |
Take a gt pipeline or object and print it as an image within a reprex
gt_reprex_image(gt_object)
gt_object |
An object of class |
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.
a png image
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.