Learn R Programming

⚠️There's a newer version (0.1.8) of this package.Take me there.

latexpdf (version 0.1.6)

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

2,298

Version

0.1.6

License

GPL-3

Maintainer

Tim Bergsma

Last Published

October 26th, 2018

Functions in latexpdf (0.1.6)

as.document

Coerce to LaTeX Document
breaks

Calculate Row and Column Breaks
as.tabular

Coerce to tabular
latexpdf-package

Create LaTeX Code and PDF Documents.
makePreamble

Make a Preamble for a LaTeX Document
viewtex

Render and View TEX Files
tex2pdf

Convert TEX to PDF
tex2png

Convert TEX to PNG
as.png

Coerce to PNG
as.png.data.frame

Coerce to PNG from Data Frame.
wrap

Wrap Text in a Latex Environment
as.pdf

Coerce to PDF
command

Format a Latex Command
as.pdf.data.frame

Coerce to PDF from Data Frame
reserve.factor

Escape LaTeX Reserved Characters for Factor Objects
reserve.data.frame

Escape LaTeX Reserved Characters in Data Frames
ghostconvert

Call Ghostscript.
reserve.list

Escape LaTeX Reserved Characters in Lists
reserve.default

Escape LaTeX Reserved Characters Using Default Method
reserve

Escape LaTeX Reserved Characters
reserve.character

Escape LaTeX Reserved Characters for Character Objects
as.ltable

Coerce to LaTeX Table Environment