Learn R Programming

wizaRdry (version 0.6.4)

createSpss: Alias for 'to.sav' (DEPRECATED)

Description

This function is deprecated. Please use 'to.sav' instead. This is a legacy alias for the 'to.sav' function to maintain compatibility with older code.

Usage

createSpss(...)

Value

Invisible TRUE if successful. Writes an SPSS file to the designated path and prints a message indicating the file's location.

Arguments

...

Additional arguments passed through to to.sav().

Examples

Run this code
if (FALSE) {
# DEPRECATED - use to.sav() instead
createSpss(prl01)
}

Run the code above in your browser using DataLab