obj_avar {rtables} | R Documentation |
Row attribute accessors
Description
Row attribute accessors
Usage
obj_avar(obj)
## S4 method for signature 'TableRow'
obj_avar(obj)
## S4 method for signature 'ElementaryTable'
obj_avar(obj)
row_cells(obj)
## S4 method for signature 'TableRow'
row_cells(obj)
row_cells(obj) <- value
## S4 replacement method for signature 'TableRow'
row_cells(obj) <- value
row_values(obj)
## S4 method for signature 'TableRow'
row_values(obj)
row_values(obj) <- value
## S4 replacement method for signature 'TableRow'
row_values(obj) <- value
## S4 replacement method for signature 'LabelRow'
row_values(obj) <- value
Arguments
obj |
( |
value |
( |
Value
Various return values depending on the accessor called.
[Package rtables version 0.6.9 Index]