Remove columns from a StyledTable object

remove_col(st, col_id)

# S4 method for StyledTable
remove_col(st, col_id)

Arguments

st

A StyledTable object

col_id

A vector of col numbers which should be removed from the StyledTable object.

Value

The modified StyledTable object