colcount_visible {rtables} | R Documentation |
Value and Visibility of specific column counts by path
Description
Value and Visibility of specific column counts by path
Usage
colcount_visible(obj, path)
## S4 method for signature 'VTableTree'
colcount_visible(obj, path)
## S4 method for signature 'InstantiatedColumnInfo'
colcount_visible(obj, path)
## S4 method for signature 'LayoutColTree'
colcount_visible(obj, path)
colcount_visible(obj, path) <- value
## S4 replacement method for signature 'VTableTree'
colcount_visible(obj, path) <- value
## S4 replacement method for signature 'InstantiatedColumnInfo'
colcount_visible(obj, path) <- value
## S4 replacement method for signature 'LayoutColTree'
colcount_visible(obj, path) <- value
Arguments
obj |
( |
path |
( |
value |
( |
Value
for colcount_visible
a logical scalar
indicating whether the specified position in
the column hierarchy is set to display its column count;
for colcount_visible<-
, obj
updated with
the specified count displaying behavior set.
Note
Users generally should not call colcount_visible
directly, as setting sibling facets to have differing
column count visibility will result in an error when
printing or paginating the table.
[Package rtables version 0.6.9 Index]