powered by
Remove columns
remove_column(kable_input, columns)
Output of knitr::kable() with format specified
knitr::kable()
A numeric value or vector indicating in which column(s) rows need to be removed
if (FALSE) { remove_column(kable(mtcars), 1) }
Run the code above in your browser using DataLab