kable_styling_sa4ss | R Documentation |
Formatting for a long table with repeated headers
kable_styling_sa4ss(ktable, caption)
ktable |
A table from kableExtra::kbl. |
caption |
The caption you want to be repeated on the continuing pages of a longtable that spans more than one page. |
repeat_header_continued:
The argument repeat_header_continued
,
which is passed to kableExtra::kable_styling,
creates a horizontal line at the bottom of your long table on every page.
Whereas, when this is FALSE
, which is the default,
then the bottom of a long table is open insinuating that the table continues.
You can also add text to this argument that will be displayed below the
horizontal line.
Kelli F. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.