create_text_table | R Documentation |
Creates a text table
create_text_table(string, table_width = 80, compact = TRUE)
string |
character vector of strings to reformat. |
table_width |
table character width. |
compact |
whether to take only the necessary space ( |
A vector of strings per row, forming together a table.
get_square_grid
.
cat(create_text_table(LETTERS),sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.