powered by
Creates a text table
create_text_table(string, table_width = 80, compact = TRUE)
character vector of strings to reformat.
table character width.
whether to take only the necessary space (TRUE) or to fill out the table_width (FALSE).
TRUE
FALSE
A vector of strings per row, forming together a table.
get_square_grid.
get_square_grid
# NOT RUN { cat(create_text_table(LETTERS),sep = "\n") # }
Run the code above in your browser using DataLab