Learn R Programming

latexpdf (version 0.1.8)

Convert Tables to PDF or PNG

Description

Converts table-like objects to stand-alone PDF or PNG. Can be used to embed tables and arbitrary content in PDF or Word documents. Provides a low-level R interface for creating 'LaTeX' code, e.g. command() and a high-level interface for creating PDF documents, e.g. as.pdf.data.frame(). Extensive customization is available via mid-level functions, e.g. as.tabular(). See also 'package?latexpdf'. Support for PNG is experimental; see 'as.png.data.frame'. Adapted from 'metrumrg' . Requires a compatible installation of 'pdflatex', e.g. .

Copy Link

Version

Install

install.packages('latexpdf')

Monthly Downloads

3,495

Version

0.1.8

License

GPL-3

Maintainer

Last Published

December 19th, 2023

Functions in latexpdf (0.1.8)

reserve.default

Escape LaTeX Reserved Characters Using Default Method
reserve.data.frame

Escape LaTeX Reserved Characters in Data Frames
tex2pdf

Convert TEX to PDF
reserve

Escape LaTeX Reserved Characters
tex2png

Convert TEX to PNG
reserve.character

Escape LaTeX Reserved Characters for Character Objects
reserve.factor

Escape LaTeX Reserved Characters for Factor Objects
latexpdf-package

Create LaTeX Code and PDF Documents.
makePreamble

Make a Preamble for a LaTeX Document
reserve.list

Escape LaTeX Reserved Characters in Lists
wrap

Wrap Text in a Latex Environment
viewtex

Render and View TEX Files
as.document

Coerce to LaTeX Document
as.pdf

Coerce to PDF
as.pdf.data.frame

Coerce to PDF from Data Frame
as.ltable

Coerce to LaTeX Table Environment
command

Format a Latex Command
ghostconvert

Call Ghostscript.
as.png

Coerce to PNG
as.png.data.frame

Coerce to PNG from Data Frame.
as.tabular

Coerce to tabular
breaks

Calculate Row and Column Breaks