i'm using kableextra package to work on presentation tables. i want to rotate table but page number is rotated but not table.
mycode:
------
kbl(df,"latex",longtable = T, booktabs = T) %>%
kable_styling("striped","scale_down", full_width = F)%>%kableExtra::landscape()
and i have tried this code in stack it didn't work.
https://stackoverflow.com/questions/55362295/rotating-a-table-in-pdf-output-from-rmarkdown-with-more-than-one-page