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