Description Usage Arguments Value Author(s)
View source: R/get.spss.file.R
Import a SPSS data base to a data base in format Dataset.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 
| file | the full name of the file you want to import. | 
| datadir | the directory where your SPSS file is. If missing the working directory is used. | 
| variables | the list of variables you want to import. If missing all variables in the SPSS file are imported. | 
| tsvar | a vector containing the names of variables having to be converted in the  | 
| ovar | a vector containing the names of variables having to be converted in the  | 
| wvar | a vector containing the names of variables having to be converted in the  | 
| use.coding.order | a character, either  | 
| max.value.labels | depreciated. Will be soon removed. | 
| savingName | a character. By setting this argument you produce an export in .Rdata of the SPSS file with the name given. | 
| lowernames | a logical. If  | 
| name | a character. The name of the data base. If  | 
| description | a character. A description of the database. | 
| exportPDF | a logical. If  | 
| reencode | a logical: should character strings be re-encoded to the current locale. Default is  | 
A Dataset object containing your SPSS data base.
Emmanuel Rousseaux
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.