wrap_text_table: Wrap string table

Description Usage Arguments Value See Also Examples

Description

Wrap string table

Usage

1
2
wrap_text_table(string, exdent, min_size = 9, table_width = 80 -
  exdent)

Arguments

string

character vector of strings to reformat.

exdent

non-negative integer giving indentation of following lines in each paragraph

min_size

minimal size where a table is constructed, otherwise elements are concatenated with ', '.

table_width

table character width.

Value

A character vector of a wrapped table where rows are separated by the newline character.

See Also

str_wrap, get_square_grid.

Examples

1

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