R/summary-tables.R
remove_column.Rd
Removes column to a BayesTools table while not breaking formatting, attributes, etc...
remove_column(table, column_position = NULL)
BayesTools table
position of the to be removed column (defaults to NULL which removes the last column)
NULL
returns an object of 'BayesTools_table' class.