as_tbl | R Documentation |
flextable
, gt_tbl
, and HTML character
Objects to a tibble
as_tbl()
first converts objects to HTML, then extracts the HTML table from
the result
as_tbl(x)
## S3 method for class 'gt_tbl'
as_tbl(x)
## S3 method for class 'flextable'
as_tbl(x)
## S3 method for class 'character'
as_tbl(x)
x |
A |
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.