ttbl <- textTable(iris2_tab)
# Just the names of the standard table parts:
ids(ttbl)
ptbl <- plot(ttbl)
# ID's of all the blocks defined for the table:
ids(ptbl, type="block", enabledOnly=FALSE)
# ID's of the blocks that are enabled for display (by default, none):
ids(ptbl, type="block", enabledOnly=TRUE)
Run the code above in your browser using DataLab