to_cols | R Documentation |
Split the string into n
columns, then glue the columns together row-wise with space_between
,
then glue the rows together with new line characters.
to_cols(strings, n_cols = 2, space_between = " ")
strings |
The strings to divide into columns. |
n_cols |
The number of columns. |
space_between |
What to put between the columns. |
A string that prints to the terminal as columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.