R/remove_column.R
remove_column.Rd
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) { # \dontrun{ remove_column(kable(mtcars), 1) } # }