Skip to contents

Row attribute accessors

Usage

obj_avar(obj)

# S4 method for TableRow
obj_avar(obj)

# S4 method for ElementaryTable
obj_avar(obj)

row_cells(obj)

# S4 method for TableRow
row_cells(obj)

row_cells(obj) <- value

# S4 method for TableRow
row_cells(obj) <- value

row_values(obj)

# S4 method for TableRow
row_values(obj)

row_values(obj) <- value

# S4 method for TableRow
row_values(obj) <- value

# S4 method for LabelRow
row_values(obj) <- value

Arguments

obj

(ANY)
the object for the accessor to access or modify.

value

(ANY)
the new value.

Value

Various return values depending on the accessor called.