View source: R/render_description.R
render_description | R Documentation |
Producing a PDF file with the description of the bulk (project) using
render_rmd()
.
render_description(db, ...)
## S3 method for class 'PostgreSQLConnection'
render_description(db, bulk, output = "pdf_document", output_file, ...)
db |
Connection to the database as PostgreSQLConnection. |
... |
Further Arguments passed to |
bulk |
The identifies of the bulk (project) in the database. |
output |
Character value or list with the output settings for the yaml head. |
output_file |
Character value with the name and path to the ouput file.
I is passed to |
Miguel Alvarez kamapu@posteo.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.