powered by
Returns the string length of the character representation of an object. More useful as a static method.
# S3 method for default stringLength(this, ...)
An object.
Not used.
An integer vector of length one.
For more information see PSRoot.
PSRoot
# NOT RUN { x<-"character representaion" # get the strign length of x stringLength(x) # }
Run the code above in your browser using DataLab