Hi everyone,
I have a very long table with a lot of columns and I would like to rotate it and make for example 3 pages to visualize my table.
Otherwise I have this on the image, many column seems to be out of the page.
I tried landscape() but it seems that it doesn't work... Columns still out of the page...
I've tried many things but I never found the solution.
my code
library(knitr)
library(kableExtra)
landscape(knitr::kable(head(dt, 6)))
Thank you by advance for your help !