Description Usage Arguments Value Examples
Computes the maximum character length of a vector of integers when they are converted to strings.
1 | get_max_int_len(num)
|
num |
integer: vector of the integer values. |
integer: maximum character length of the integers provided, if they were formatted as strings.
1 2 3 | get_max_int_len(1.0)
get_max_int_len(2)
get_max_int_len(c(2, 25, 467))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.