kable_captioncontinue | R Documentation |
Create a caption that can be used on the repeated pages of a longtable that spans multiple pages. The value returned from this function should be used in kableExtra::kable_styling or passed to kable_styling_sa4ss.
kable_captioncontinue(caption = "", max = 8)
caption |
The caption you want on the subsequent pages.
Typically, you will want more than the default argument of nothing,
which leads to |
max |
The maximum number of words you want to pull from your caption that you supplied. The default is eight words because this typically leads to just one line. |
Kelli F. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.