Is it possible to adjust the width of columns when making tables with the kable() function in knitr?
A chunk like this for a table with two columns produces a table
You can try out the kableExtra package.
kableExtra
kable(x, "html") %>% kable_styling(full_width = F)