Learn R Programming

translateSPSS2R (version 1.0.0)

computeNtrim: Return the input data without removing trailing blanks

Description

Helper Function for xpssCompute. R Implementation of the SPSS NTRM Function.

Usage

computeNtrim (x)

Arguments

x
input character vector

Value

String. Returns the values of the input data

Examples

Run this code
xpssCompute(x=fromXPSS,variables="V1", fun="computeNtrim")

Run the code above in your browser using DataLab