as_gtable {gt} | R Documentation |
Transform a gt table to a gtable
object
Description
as_gtable()
performs the transformation of a gt_tbl
object to a
gtable
object.
Usage
as_gtable(data, plot = FALSE, text_grob = grid::textGrob)
Arguments
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 |
Value
A gtable
object.
Function ID
13-6
Function Introduced
v0.11.0
See Also
Other table export functions:
as_latex()
,
as_raw_html()
,
as_rtf()
,
as_word()
,
extract_body()
,
extract_cells()
,
extract_summary()
,
gtsave()