View source: R/maxStringLength.R
maxStringLength | R Documentation |
Maximum String Length in Vector of Character
maxStringLength(x)
x |
vector of character |
integer representing the length of the longest string in x
maxStringLength(c("a", "ab", "abc", "x", "xy-z"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.