powered by
Truncs character strings
trunc_string(x, n = 22)
a string
desired length
x will be truncated according to 'n' parameter. If x is longer than n '...' are appended.