| write_spss | R Documentation | 
These functions write the content of a data frame to an SPSS, SAS or Stata-file.
write_spss(x, path, drop.na = FALSE, compress = FALSE)
write_stata(x, path, drop.na = FALSE, version = 14)
write_sas(x, path, drop.na = FALSE)
x | 
 A data frame that should be saved as file.  | 
path | 
 File path of the output file.  | 
drop.na | 
 Logical, if   | 
compress | 
 Logical, if   | 
version | 
 File version to use. Supports versions 8-14.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.