Remove columns

remove_column(kable_input, columns)

Arguments

kable_input

Output of knitr::kable() with format specified

columns

A numeric value or vector indicating in which column(s) rows need to be removed

Examples

if (FALSE) { # \dontrun{
remove_column(kable(mtcars), 1)
} # }