Learn R Programming

kableExtra (version 1.4.0)

remove_column: Remove columns

Description

Remove columns

Usage

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

Run this code
if (FALSE) {
remove_column(kable(mtcars), 1)
}

Run the code above in your browser using DataLab