Learn R Programming

syntaxr (version 0.8.0)

spss.rtrim: 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

Run this code
# NOT RUN {
spss.rtrim("variable_to_be_trimmed")
# }

Run the code above in your browser using DataLab