num_rep_cols | R Documentation |
When called on a table-like object using the formatters framework, this method returns the number of columns which are mandatorily repeated after each horizontal pagination.
num_rep_cols(obj)
## S4 method for signature 'ANY'
num_rep_cols(obj)
## S4 method for signature 'MatrixPrintForm'
num_rep_cols(obj)
num_rep_cols(obj) <- value
## S4 replacement method for signature 'ANY'
num_rep_cols(obj) <- value
## S4 replacement method for signature 'MatrixPrintForm'
num_rep_cols(obj) <- value
obj |
( |
value |
( |
Absent a class-specific method, this function returns 0, indicating no always-repeated columns.
An integer.
This number does not include row labels, the repetition of which is handled separately.
mpf <- basic_matrix_form(mtcars)
num_rep_cols(mpf)
lmpf <- basic_listing_mf(mtcars)
num_rep_cols(lmpf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.