powered by
Wrap string table
wrap_text_table(string, exdent, min_size = 9, table_width = 80 - exdent)
character vector of strings to reformat.
non-negative integer giving indentation of following lines in each paragraph
minimal size where a table is constructed, otherwise elements are concatenated with ', '.
table character width.
A character vector of a wrapped table where rows are separated by the newline character.
str_wrap, get_square_grid.
str_wrap
get_square_grid
# NOT RUN { cat(wrap_text_table(LETTERS, exdent=0)) # }
Run the code above in your browser using DataLab