R/maxStringLength.R
maxStringLength.Rd
Maximum String Length in Vector of Character
maxStringLength(x)
vector of character
integer representing the length of the longest string in x
x
maxStringLength(c("a", "ab", "abc", "x", "xy-z")) #> [1] 4