as_latex.data.frame | R Documentation |
Convert a Data Frame to Latex Code
## S3 method for class 'data.frame'
as_latex(x, ..., kable_options = default_kable_options())
x |
a |
... |
passed on to methods |
kable_options |
|
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)
Other as_latex methods:
as_latex.Composite_table()
,
as_latex.Mashed_table()
,
as_latex.Tagged_table()
,
as_latex.Tatoo_report()
,
as_latex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.