rmdVALref | R Documentation |
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)
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. |
Alternative way in RMD (but not implemented in this function) - for ValueTables: "@VALlabelCell:labelCol:valueCol"
Table element value cross reference command as IQRrmd object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.