as_kable: Generic for converting objects to a 'knitr::kable'

View source: R/api-reports.R

as_kableR Documentation

Generic for converting objects to a knitr::kable

Description

Generic for converting objects to a knitr::kable

Usage

as_kable(x, ...)

Arguments

x

Object to convert.

...

Passed to methods.

Value

A knitr::kable object (concrete return type from the underlying method, e.g. ⁠[as_kable.apa_table()]⁠ returns a kableExtra object when the package is installed).

See Also

as_kable.apa_table() for the apa_table method; as_flextable() for a flextable-targeted alternative; apa_table() for constructing an apa_table in the first place.


mfrmr documentation built on June 13, 2026, 1:07 a.m.