Knitting in pdf using kable()to draw some tables. I create several tables functionally, so some of them are split between pages. Is there a way to prevent this behavior?
kable()
I know that I could just go to a new page after each table, but I would prefer to have multiple objects on the same page.
If you export only to PDF, try the following:
knitr::kable( my_data, format = "latex", longtable = FALSE )
longtable . knitr:::kable_latex, kable, longtable = FALSE. , longtables.
knitr:::kable_latex
kable
longtable = FALSE
Source: https://habr.com/ru/post/1684316/More articles:How to open a fully qualified column table from Hibernate MetadataSources - javaSQL ORDER BY - save a column with the same value, grouped - sqlTwo items per line in ui-bootstrap dropdown menu - javascriptReduce large stack traces when using libraries - pythonHow to create material action bar icons in Android Studio - androidWebPack requires context from a list in an external json file - jsonReverse stack in O (n) does not happen without extraspace - javaWindows 10 lock screen - Windows Spotlight - Launch Chrome for links - windows-10intellij idea failed to create JVM -1 error code - javaDo `Copy` tuples adjust? - tuplesAll Articles