When called on a table-like object using the formatters framework, this method should return the number of columns which are mandatorily repeated after each horizontal pagination.
Details
Absent a class-specific method, this function returns 0, indicating no always-repeated columns.
Examples
mpf <- basic_matrix_form(mtcars)
num_rep_cols(mpf)
#> [1] 0