nrow,VTableTree-method | R Documentation |
Table dimensions
## S4 method for signature 'VTableTree'
nrow(x)
## S4 method for signature 'VTableNodeInfo'
ncol(x)
## S4 method for signature 'VTableNodeInfo'
dim(x)
x |
( |
The number of rows (nrow
), columns (ncol
), or both (dim
) of the object.
lyt <- basic_table() %>%
split_cols_by("ARM") %>%
analyze(c("SEX", "AGE"))
tbl <- build_table(lyt, ex_adsl)
dim(tbl)
nrow(tbl)
ncol(tbl)
NROW(tbl)
NCOL(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.