Description Usage Arguments Value Author(s) See Also Examples
Returns the string lengths of the character represenations of a collection of objects. More useful as a static method.
1 2 | ## Default S3 method:
stringLengthVector(this, ...)
|
this |
An array or a list of object. |
... |
Not used. |
An integer vector with the corresponding lengths.
Botond Sipos, Gregory Jordan
For more information see PSRoot
.
1 2 3 4 | x<-c("character representaion","other string");
# get the strign length of x
stringLengthVector(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.