Generate RMD command to include a table from a dataframe
rmdTABLEDF.RdAllows to generate RMD code to include a table defined by a dataframe. To include a table from a table text file, please use the function rmdTABLE.
rmdTABLEDF(
df,
caption = NULL,
fontsize = 10,
label = NULL,
ignoreCaption = FALSE,
valueTable = FALSE,
footertext = NULL
)Arguments
- df
Dataframe to export as table in RMD.
- caption
Caption for the table.
- fontsize
Integer value for the fontsize.
- label
Character string to be used for cross-referencing.
- ignoreCaption
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.
Defined text for the table footer.
Value
Inline table 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(),
rmdPDF(),
rmdPORTRAIT(),
rmdSECTION(),
rmdSECref(),
rmdTABLE(),
rmdTABref(),
rmdTEXTSTYLE(),
rmdTITLE(),
rmdTXT(),
rmdTXTref(),
rmdURL(),
rmdVALref()
