Description Usage Arguments Examples
This function saves an spss '.sav' file removing known erros. String with length 0 are tranformed to " ". Also, all character string are truncated to max length of paramenter 'max' and [[:cntrl:]] string are removed.
1 | write_spss(df, file, max = 255)
|
df |
The dataframe to be exported to sav format. |
file |
A characater string with the location of the spss file to be saved. |
max |
Maximum size of character strings. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.