View source: R/tcplggplot2Utils.R
dynamic_table_trunc | R Documentation |
dynamic_table_trunc Dynamically truncate lengths of column values of they are longer than a calculated width. Strings contained in verbose table output can be very long, and this function ensures that the 128 character row limit is kept while growing/shrinking default columns widths that may or may not need the space.
dynamic_table_trunc(tbl = NULL, all_cols)
tbl |
data.table with potential long values to truncate |
all_cols |
every annotation column to assign lengths |
altered data table with truncated strings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.