computeNtrim: Return the input data without removing trailing blanks

Description Usage Arguments Value Author(s) Examples

View source: R/xpssComputeStrings.R

Description

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

Usage

1
computeNtrim (x)

Arguments

x

input character vector

Value

String. Returns the values of the input data

Author(s)

Bastian Wiessner

Examples

1
xpssCompute(x=fromXPSS,variables="V1", fun="computeNtrim")

translateSPSS2R documentation built on May 30, 2017, 4:31 a.m.