Description
An 'SPSS' Syntax Generator for Multi-Variable Manipulation.
Description
A set of functions for generating 'SPSS' syntax files from the R environment.
README.md
syntaxr
An R package for generating bulk SPSS syntax from the R environment.
Description
This package was designed for bulk transformation of variables, and is especially suited for large databases. syntaxr provides enhanced flexibility for manipulating variables outside of SPSS.
Currently includes
syntaxr (v. 0.8.0) currently provides functions for the following SPSS commands :
- COMPUTE (CONCAT()). (with STRING creation)
- COMPUTE (MAX()).
- RENAME VARIABLES().
- STRING().
- RTRIM(). (formatting only - no saved output)