Learn R Programming

rtables (version 0.4.0)

obj_name: Label and Name accessors

Description

Label and Name accessors

Usage

obj_name(obj)

# S4 method for VNodeInfo obj_name(obj)

# S4 method for Split obj_name(obj)

obj_name(obj) <- value

# S4 method for VNodeInfo obj_name(obj) <- value

# S4 method for Split obj_name(obj) <- value

obj_label(obj)

# S4 method for Split obj_label(obj)

# S4 method for ANY obj_label(obj)

# S4 method for TableRow obj_label(obj)

# S4 method for VTableTree obj_label(obj)

# S4 method for ValueWrapper obj_label(obj)

obj_label(obj) <- value

# S4 method for Split obj_label(obj) <- value

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

# S4 method for ValueWrapper obj_label(obj) <- value

# S4 method for ANY obj_label(obj) <- value

# S4 method for VTableTree obj_label(obj) <- value

Arguments

obj

ANY. The object.

value

character(1). The new value

Value

the name or label of obj for getters, or obj after modification for setters.