add_column {BayesTools} | R Documentation |
Adds column to BayesTools table
Description
Adds column to a BayesTools table while not breaking formatting, attributes, etc...
Usage
add_column(
table,
column_title,
column_values,
column_position = NULL,
column_type = NULL
)
Arguments
table |
BayesTools table |
column_title |
title of the new column |
column_values |
values of the new column |
column_position |
position of the new column (defaults to |
column_type |
type of values of the new column table (important for formatting,
defaults to |
Value
returns an object of 'BayesTools_table' class.
[Package BayesTools version 0.2.17 Index]