format_labels | R Documentation |
Prepare labels based on multiple identifiers so that they do not excede a certain size (if they do, a simple number is used)
format_labels(labels, max_col = 3, max_row = 3)
labels |
a charachter vector of the labels to manage |
max_col |
maximum number of identifiers in a single row for a label |
max_row |
maximum number of rows of identifiers in a label |
the updated labels
format_labels(c("A, B", "C, D, E"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.