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