as_tbl: Convert 'flextable', 'gt_tbl', and HTML 'character' Objects...

View source: R/as_tbl.R

as_tblR Documentation

Convert flextable, gt_tbl, and HTML character Objects to a tibble

Description

as_tbl() first converts objects to HTML, then extracts the HTML table from the result

Usage

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)

Arguments

x

A flextable, gt_tbl, or character vector defining an HTML table

Value

A tibble


jesse-smith/covidReport documentation built on Aug. 3, 2024, 4:52 p.m.