rmdPDF | R Documentation |
The main difference to rmdFIGURE is that rmdPDF does not create a caption and not an entry into the List of Figures. This allows to include PDF documents as sections ... if desired. Compliance text is not shown.
rmdPDF(file, pages = NULL, scale = 100, crop = TRUE)
file |
Character string, specifying the absolute or relative path to the PDF file to include. |
pages |
A character string with information about which pages of a multi-page PDF should be included into the report. Example: pages="3 5-8" exports page 3,5,6,7,and 8. |
scale |
Number value (percent) for scaling the figure. |
crop |
Boolean. If set to TRUE then figure will be cropped to remove surrounding white space. |
PDF command as IQRrmd object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.