spss.rtrim: Generate SPSS 'RTRIM' syntax to apply RTRIM() to a string...

Description Usage Arguments Examples

Description

Generate SPSS 'RTRIM' syntax to apply RTRIM() to a string variable.

Usage

1

Arguments

str

the string argument for RTRIM().

Examples

1
spss.rtrim("variable_to_be_trimmed")

Example output

[1] "RTRIM(variable_to_be_trimmed)"

syntaxr documentation built on May 2, 2019, 3:45 a.m.