as_gtable | R Documentation |
gtable
objectas_gtable()
performs the transformation of a gt_tbl
object to a
gtable
object.
as_gtable(data, plot = FALSE, text_grob = grid::textGrob)
data |
The gt table data object
This is the gt table object that is commonly created through use of the
|
plot |
Render through the graphics device?
The |
text_grob |
Function for drawing text
A |
A gtable
object.
13-6
v0.11.0
(July 9, 2024)
Other table export functions:
as_latex()
,
as_raw_html()
,
as_rtf()
,
as_word()
,
extract_body()
,
extract_cells()
,
extract_summary()
,
gtsave()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.