View source: R/description_sheet.R
description_sheet | R Documentation |
Automatic rendering of an overview sheet for a specific bulk.
description_sheet(db, ...)
## S3 method for class 'PostgreSQLConnection'
description_sheet(
db,
schema = "specimens",
bulk,
wd = tempdir(),
output_file,
output = "pdf_document",
...,
date_format = "%d.%m.%Y",
p_tiles = "OpenStreetMap",
zoomLevelFixed = 5,
vwidth = 1200,
vheight = 500,
render_args = list()
)
db |
Connection to the database as PostgreSQLConnection. |
... |
Further arguments passed to |
schema |
A character value with the names of the schema containing the table of the projects (mandatory name of this table is projects). |
bulk |
Integer vector including the ID's of the requested bulks (campaigns or projects). |
wd |
A character value indicating the path to store produced files (i.e. Figures and r-markdown files. |
output_file |
A character value indicating the name of the rendered PDF file. |
output |
A character value or a list included in the yaml header. |
date_format |
A character value indicating the format of displayed collection dates. |
p_tiles |
A character vector indicating the name of provider tiles used
as background map. It is passed to |
zoomLevelFixed |
An integer value passed to |
vwidth , vheight |
An integer value each, passed to |
render_args |
A named list with arguments passed to |
A PDF file will be written.
Miguel Alvarez kamapu@posteo.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.