getAttribute {inTextSummaryTable} | R Documentation |
Get specific attribute from a summaryTable or a list of summaryTables
getAttribute(summaryTable, name, default = NULL)
name |
String with attribute name. |
default |
Object with default value for attribute, NULL by default. |
Object with attribute, or default
is doesn't
exists in summaryTable
Laure Cougnaud