spss.rtrim {syntaxr} | R Documentation |
Generate SPSS 'RTRIM' syntax to apply RTRIM() to a string variable.
Description
Generate SPSS 'RTRIM' syntax to apply RTRIM() to a string variable.
Usage
spss.rtrim(str)
Arguments
str |
the string argument for RTRIM(). |
Examples
spss.rtrim("variable_to_be_trimmed")
[Package syntaxr version 0.8.0 Index]