View source: R/as_data_frame.R
as.data.frame.gt_tbl | R Documentation |
This facilitates conversion of the gt_tbl
object to a data frame.
## S3 method for class 'gt_tbl'
as.data.frame(x, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.