recap.knitr_kable: Recap knitr_kable.

View source: R/recap.R

recap.knitr_kableR Documentation

Recap knitr_kable.

Description

Recaps knitr_kable. Specifically, it replaces the first non-tabled caption with multicolumn text. The intent is to prevent repeat bookmarks when generating pdf.

Usage

## S3 method for class 'knitr_kable'
recap(x, cols = NULL, pos = "c", ...)

Arguments

x

object of dispatch

cols

number of columns to span; guesses ncol(x) by default

pos

position of text: 'l','c' (default), or 'r'

...

ignored

See Also

Other recap: recap()


tablet documentation built on Sept. 16, 2023, 1:08 a.m.