Generate RMD command to include a table from a file
rmdTABLE.Rd
Allows to generate RMD code to include a table defined in a text file. To include a table from an R dataframe, please use the function rmdTABLEDF.
rmdTABLE(
file,
caption = NULL,
fontsize = 10,
label = NULL,
ignoreCaption = FALSE,
valueTable = FALSE
)
Arguments
- file
Character string, specifying the absolute or relative path to the table text file to include.
Caption for the table. If NULL then the title information in the table text file is used as caption.
- fontsize
Integer value for the fontsize.
- label
Character string to be used for cross-referencing.
Caption can be ignored if desired (no caption will be shown for table)
- valueTable
Defines is table can be used as a "Value Table", allowing to reference values in the table. A value table requires the presence of a "value" and a "label" column. If these are not present, an error will occur.
See also
Other IQR report:
+.IQRrmd()
,
IQReport()
,
export_IQRrmd()
,
has_IQReport_executable()
,
print.IQRrmd()
,
rmdAPPROVALS()
,
rmdCOMMENT()
,
rmdEMPTY()
,
rmdFIGURE()
,
rmdFIGref()
,
rmdLANDSCAPE()
,
rmdLINEBREAK()
,
rmdNEWPAGE()
,
rmdNOINTRO()
,
rmdPARAGRAPH()
,
rmdPDF()
,
rmdPORTRAIT()
,
rmdSECTION()
,
rmdSECref()
,
rmdTABLEDF()
,
rmdTABref()
,
rmdTEXTSTYLE()
,
rmdTITLE()
,
rmdTXT()
,
rmdTXTref()
,
rmdURL()
,
rmdVALref()