Learn R Programming

rtables (version 0.4.0)

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

Arguments

obj

ANY. The object for the accessor to access or modify

value

The new value

Value

various, depending on the accessor called.