A TableTree
object can have top left material which is a sequence of strings which are printed in the
area of the table between the column header display and the label of the first row. These functions access
and modify that material.
top_left(obj)# S4 method for VTableTree
top_left(obj)
# S4 method for InstantiatedColumnInfo
top_left(obj)
# S4 method for PreDataTableLayouts
top_left(obj)
top_left(obj) <- value
# S4 method for VTableTree
top_left(obj) <- value
# S4 method for InstantiatedColumnInfo
top_left(obj) <- value
# S4 method for PreDataTableLayouts
top_left(obj) <- value
A character vector representing the top-left material of obj
(or obj
after modification, in the
case of the setter).
(ANY
)
the object for the accessor to access or modify.
(ANY
)
the new value.