Learn R Programming

rtables (version 0.6.12)

obj_avar: Row attribute accessors

Description

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

Value

Various return values depending on the accessor called.

Arguments

obj

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

value

(ANY)
the new value.