Generate RMD command to include a PDF from a file
rmdPDF.Rd
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)
Arguments
- 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.
Value
PDF command as IQRrmd object
See also
Other IQR report:
+.IQRrmd()
,
IQReport()
,
export_IQRrmd()
,
has_IQReport_executable()
,
print.IQRrmd()
,
rmdAPPROVALS()
,
rmdCOMMENT()
,
rmdEMPTY()
,
rmdFIGURE()
,
rmdFIGref()
,
rmdLANDSCAPE()
,
rmdLINEBREAK()
,
rmdNEWPAGE()
,
rmdNOINTRO()
,
rmdPARAGRAPH()
,
rmdPORTRAIT()
,
rmdSECTION()
,
rmdSECref()
,
rmdTABLE()
,
rmdTABLEDF()
,
rmdTABref()
,
rmdTEXTSTYLE()
,
rmdTITLE()
,
rmdTXT()
,
rmdTXTref()
,
rmdURL()
,
rmdVALref()