-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathread.spss4.Rd
32 lines (25 loc) · 1.03 KB
/
read.spss4.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/read.spss4.r
\name{read.spss4}
\alias{read.spss4}
\title{read.spss4
reads SPSS files detecting automatically date variables and transforming them to chron format}
\usage{
read.spss4(file, elimina.miss = TRUE, tolower = TRUE,
use.value.labels = FALSE, keep.var = "ALL",
date.format = "d-mon-Y", reencode = NA, ...)
}
\arguments{
\item{file}{.sav file}
\item{elimina.miss}{elimina els missing definits per l'usuari en el fitxer SPSS (default TRUE)}
\item{tolower}{converteix els noms a minúscules (default TRUE)}
\item{use.value.labels}{converteix els codis a etiquetes (similar a read.spss de foreign)}
\item{keep.var}{vector de les variables a llegir (default 'ALL')}
\item{date.format}{format de les dates (veure 'out.format' de la funció 'chron')}
\item{reencode}{codi UTF-8, latin1, ...}
\item{...}{further arguments passed to `read.spss`}
}
\description{
read.spss4
reads SPSS files detecting automatically date variables and transforming them to chron format
}