create_text_table: Creates a text table

Description Usage Arguments Value See Also Examples

Description

Creates a text table

Usage

1
create_text_table(string, table_width = 80, compact = TRUE)

Arguments

string

character vector of strings to reformat.

table_width

table character width.

compact

whether to take only the necessary space (TRUE) or to fill out the table_width (FALSE).

Value

A vector of strings per row, forming together a table.

See Also

get_square_grid.

Examples

1

hgvandenboorn/hgutils documentation built on Sept. 9, 2019, 2:50 a.m.