| .knit_shorten | R Documentation |
Truncates long column names and long character values, for more readable console output.
.knit_shorten(df)
df |
A data frame or tibble. |
The default column name length is 30 and the cell values length is 40.
Override with options(vlkr.trunc.columns=20) and
options(vlkr.trunc.cells=20).
A data fram with shortened column names and cell content.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.