remove_column {kableExtra} | R Documentation |
Remove columns
remove_column(kable_input, columns)
kable_input |
Output of |
columns |
A numeric value or vector indicating in which column(s) rows need to be removed |
## Not run:
remove_column(kable(mtcars), 1)
## End(Not run)