colcount_visible | R Documentation |
Value and Visibility of specific column counts by path
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
obj |
( |
path |
( |
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.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.