Description Usage Arguments Value See Also Examples
A wrapper around strwrap
that
creates wrapped text for captions.
1 |
text |
A character vector that is too long to fit in a caption. |
width |
Number of characters to allow in text,
defaults to |
A character vector containing the category labels.
Other utility functions:
indicator_categories()
1 2 3 4 5 | {
my_text <- "Regional gross domestic product by NUTS 2 regions - million EUR"
nchar(my_text)
text_wrap (my_text, 40)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.