Coerces to PDF. Generic, with methods for character, document, and data.frame.
Coerces to PDF from document. Makes a system call to 'pdflatex'. Extra arguments ignored.
Coerces character to document and then to PDF. Extra arguments passed to as.document.character
and as.pdf.document
.
as.pdf(x, ...)# S3 method for document
as.pdf(
x,
stem = "latexpdf-doc",
dir = ".",
clean = TRUE,
ignore.stdout = FALSE,
ignore.stderr = FALSE,
show.output.on.console = TRUE,
...
)
# S3 method for character
as.pdf(x, stem, ...)
the output file path (invisible)
as.pdf(document)
: document method
as.pdf(character)
: character method
as.pdf.character
as.pdf.document
as.pdf.data.frame
as.png
tex2pdf
viewtex