Value Table cross reference
rmdVALref.Rd
Allows to refence (display) values that are stored in labeled tables. Two ways are possible:
Either by referncing row (not counting header row) and column number: "@VALrow,col"
Or by referencing the label in a ValueTable: "@VALlabelValue"
rmdVALref(labelTable, row = NULL, col = NULL, labelValue = NULL)
Arguments
- labelTable
Character string, specifying the label of the table. Labels are limited to 40 characters and should not include whitespaces.
- row
Numeric value (integer) defining the row of the element to report. Header row not counted.
- col
Numeric value (integer) defining the column of the element to report.
- labelValue
Character string with the element in the "label" column of a ValueTable. If used then row and col need to be NULL and vice versa.
Value
Table element value cross reference command as IQRrmd object
Details
Alternative way in RMD (but not implemented in this function) - for ValueTables: "@VALlabelCell:labelCol:valueCol"
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()
,
rmdTABLEDF()
,
rmdTABref()
,
rmdTEXTSTYLE()
,
rmdTITLE()
,
rmdTXT()
,
rmdTXTref()
,
rmdURL()