rtrim {vvconverter} | R Documentation |
RTrim
Description
Trim trailing whitespaces from string.
Usage
rtrim(x)
Arguments
x |
A text string. |
Value
Cleaned string.
Examples
trim("hello ")
[Package vvconverter version 0.5.10 Index]
rtrim {vvconverter} | R Documentation |
Trim trailing whitespaces from string.
rtrim(x)
x |
A text string. |
Cleaned string.
trim("hello ")