as_flextable: Generic for converting objects to a 'flextable'

View source: R/api-reports.R

as_flextableR Documentation

Generic for converting objects to a flextable

Description

Generic for converting objects to a flextable

Usage

as_flextable(x, ...)

Arguments

x

Object to convert.

...

Passed to methods.

Value

A flextable object (concrete return type from the underlying method, e.g. ⁠[as_flextable.apa_table()]⁠ returns a flextable ready for flextable::save_as_docx()).

See Also

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


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