Learn R Programming

rtables (version 0.5.1)

obj_name,VNodeInfo-method: Label, Name and Format accessor generics

Getters and setters for basic, relatively universal attributes of "table-like" objects"

Description

Label, Name and Format accessor generics

Getters and setters for basic, relatively universal attributes of "table-like" objects"

Usage

# S4 method for VNodeInfo
obj_name(obj)

# S4 method for Split obj_name(obj)

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

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

# S4 method for Split obj_label(obj)

# S4 method for TableRow obj_label(obj)

# S4 method for VTableTree obj_label(obj)

# S4 method for ValueWrapper obj_label(obj)

# 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 VTableTree obj_label(obj) <- value

# S4 method for VTableNodeInfo obj_format(obj)

# S4 method for CellValue obj_format(obj)

# S4 method for Split obj_format(obj)

# S4 method for VTableNodeInfo obj_format(obj) <- value

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

# S4 method for CellValue obj_format(obj) <- value

obj_na_str(obj)

obj_na_str(obj) <- value

# S4 method for CellValue obj_na_str(obj) <- value

# S4 method for ANY obj_na_str(obj)

Value

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

Arguments

obj

ANY. The object.

value

character(1). The new label

See Also

with_label