powered by
Truncates long column names and long character values, for more readable console output.
.knit_shorten(df)
A data fram with shortened column names and cell content.
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).
options(vlkr.trunc.columns=20)
options(vlkr.trunc.cells=20)