remove_column: Removes column to BayesTools table

View source: R/summary-tables.R

remove_columnR Documentation

Removes column to BayesTools table

Description

Removes column to a BayesTools table while not breaking formatting, attributes, etc...

Usage

remove_column(table, column_position = NULL)

Arguments

table

BayesTools table

column_position

position of the to be removed column (defaults to NULL which removes the last column)

Value

returns an object of 'BayesTools_table' class.


BayesTools documentation built on July 26, 2023, 5:37 p.m.