as_latex.Composite_table {tatoo} | R Documentation |
Convert a Composite Table to Latex Code
Description
Convert a Composite Table to Latex Code
Usage
## S3 method for class 'Composite_table'
as_latex(x, id_vars = id_vars(x), ..., kable_options = default_kable_options())
Arguments
x |
a |
id_vars |
If |
... |
|
kable_options |
|
Value
as_latex()
returns a character
scalar of Latex code
save_pdf()
returns a the path to the saved file as character
scalar.
view_pdf()
returns NULL
(invisibly)
See Also
Other as_latex methods:
as_latex.Mashed_table()
,
as_latex.Tagged_table()
,
as_latex.Tatoo_report()
,
as_latex.data.frame()
,
as_latex()