pdfReport | R Documentation |
pdf
format bitmap files.Graphics devices for pdf
format bitmap files.
pdfReport(
task,
type,
ext = "pdf",
subdir = NULL,
dirCreate = TRUE,
title = NA,
file = NA,
dim = c(297, 210),
height = NULL,
width = NULL,
landscape = NULL,
...
)
task |
Object of class |
type |
Filename type. If the type is an array, the cocatenation of the elements is used with separator"-". Filenames have the form [task name]_[type].[ext] |
ext |
Filename extension. |
subdir |
(optional) Subdirectory. |
dirCreate |
Logical, if TRUE (by default) the directory is created. |
title |
title string to embed as the ‘/Title’ field in the
file. Defaults to |
file |
a character string giving the file path.
If it is of the form For use with Tilde expansion (see |
dim |
device height and width in |
height |
device height in |
width |
device height in |
landscape |
if defined, orientation of the document. |
... |
Arguments passed on to
|
the file name invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.