str_2_df | R Documentation |
A character vector can be printed into a bulleted list. However, a long list may be rather space consuming. This function transforms a character vector into a data frame, which may be printed as a table.
str_2_df(x, n_col = 6, order = "horizontal")
x |
Character vector |
n_col |
Desired number of columns for the data frame |
order |
Shall the character vector be ordered horizontally ('horizontal', default) or vertically ('vertical')? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.