recap.knitr_kable: 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 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