trunc_labels | R Documentation |
Truncate labels that exceed a specified maximum length.
trunc_labels(x, max_length = 20)
x |
A character vector. |
max_length |
Maximum length, default is 20. The ellipsis "..." is appended to shortened labels. |
A character vector with truncated labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.