make_text_table: Make text table

Description Usage Arguments

View source: R/make_text_table.R

Description

Make a nicely-formatted plain text table.

Usage

1
2
make_text_table(col_list, headers, which_pretty = NULL, digits = rep(0,
  length(col_list)))

Arguments

col_list

List of vectors containing the data for the columns of the table to be output.

headers

Character vector of column headers.

which_pretty

Integer vector containing column indices of columns to which prettyNum should be applied.

digits

Integer vector giving the number of digits to be displayed after the decimal for each column. This value will be ignored for non-numeric columns.


dtburk/texanaaid documentation built on Nov. 12, 2019, 9:44 p.m.