as_latex.data.frame {tatoo}R Documentation

Convert a Data Frame to Latex Code

Description

Convert a Data Frame to Latex Code

Usage

## S3 method for class 'data.frame'
as_latex(x, ..., kable_options = default_kable_options())

Arguments

x

a Tatoo_table, data.frame or a list of data.frames

...

passed on to methods

kable_options

list. Options passed on to knitr::kable(). See default_kable_options() for details.

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.Composite_table(), as_latex.Mashed_table(), as_latex.Tagged_table(), as_latex.Tatoo_report(), as_latex()


[Package tatoo version 1.1.2 Index]