R Integration Package for IBM SPSS Statistics: Functions and Classes
The R Integration Package for IBM® SPSS® Statistics contains functions that facilitate the process of using R programming features with command syntax, including functions that:
Build and run command syntax
Get information about data files in the current IBM SPSS Statistics session
- spssdata.GetCaseCount
- spssdata.GetDataSetList
- spssdata.GetFileHandles
- spssdata.GetSplitVariableNames
- spssdictionary.GetDataFileAttributes
- spssdictionary.GetMultiResponseSet
- spssdictionary.GetUserMissingValues
- spssdictionary.GetValueLabels
- spssdictionary.GetVariableAttributes
- spssdictionary.GetVariableCount
- spssdictionary.GetVariableFormat
- spssdictionary.GetVariableLabel
- spssdictionary.GetVariableMeasurementLevel
- spssdictionary.GetVariableName
- spssdictionary.GetVariableType
- spssdictionary.GetWeightVariable
Get data from the active dataset and create new datasets
- spssdata.GetDataFromSPSS
- spssdata.GetSplitDataFromSPSS
- spssdata.SetDataToSPSS
- spssdictionary.CreateSPSSDictionary
- spssdictionary.SetDictionaryToSPSS
- spssdictionary.SetUserMissing
- spssdictionary.SetValueLabel
- spssdictionary.SetVariableAttributes
- spssdictionary.SetMultiResponseSet
- spssdictionary.SetDataFileAttributes
Create custom pivot tables and text blocks
Get output results
Control display of R graphics and output
Get version information
Locale and output language settings
Utility functions for extension commands