
Value and Visibility of specific column counts by path
Source:R/tree_accessors.R
colcount_visible.RdValue and Visibility of specific column counts by path
Usage
colcount_visible(obj, path)
# S4 method for VTableTree
colcount_visible(obj, path)
# S4 method for InstantiatedColumnInfo
colcount_visible(obj, path)
# S4 method for LayoutColTree
colcount_visible(obj, path)
colcount_visible(obj, path) <- value
# S4 method for VTableTree
colcount_visible(obj, path) <- value
# S4 method for InstantiatedColumnInfo
colcount_visible(obj, path) <- value
# S4 method for LayoutColTree
colcount_visible(obj, path) <- valueArguments
- obj
(
ANY)
the object for the accessor to access or modify.- path
(
character)
a vector path for a position within the structure of aTableTree. Each element represents a subsequent choice amongst the children of the previous choice.- value
(
ANY)
the new value.