View source: R/data_functions.R
cutstr | R Documentation |
Limit number of characters in a string
cutstr(x, maxchar = 25, add = "...", add_incl = TRUE)
x |
character string |
maxchar |
max. number of characters |
add |
string added to truncated objects |
add_incl |
include added string in maxchar |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.