as.data.frame.gt_tbl {gt} | R Documentation |
Transform a gt object to a data frame
Description
This facilitates conversion of the gt_tbl
object to a data frame.
Usage
## S3 method for class 'gt_tbl'
as.data.frame(x, ...)
Arguments
x |
The gt table data object
This is the gt table object that is commonly created through use of the
|
... |
Optional parameters
Anything provided here in |
[Package gt version 0.11.1 Index]