Rdocumentation
powered by
Learn R Programming
sjmisc (version 1.0.2)
write_spss: Write content of data frame to SPSS sav-file
Description
This function saves the content of a data frame to an SPSS sav-file.
Usage
write_spss(x, path)
Arguments
x
data frame that should be saved as SPSS sav-file.
path
file path to the SPSS dataset.
See Also
http://www.strengejacke.de/sjPlot/datainit/
{sjPlot manual: data initialization}
http://www.strengejacke.de/sjPlot/view_spss/
{sjPlot manual: inspecting (SPSS imported) data frames}
read_spss