recap.knitr_kable {tablet}R 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()


[Package tablet version 0.6.8 Index]