epa2005 {MicroDatosEs} | R Documentation |
Download data from the Encuesta de PoblaciĆ³n Activa (EPA)
Description
This function downloads the data from the Spanish Active Population Survey using the information provided by the Spanish Statistical Office (INE).
Usage
epa2005(file)
Arguments
file |
Character string with the name of the microdata file provided by the INE on the
EPA section. It allows either a path to a file,
or literal data (single string or raw vector). It also allows compressed files in |
Details
This function reads microdata from the quarterly Active Population Survey in Spain. It was originally built using the metadata for 2005 file but it may be used for later years. Previous files have a different, non compatible, format.
Value
tibble
with all avaliable requested data where each row corresponds to an anonymised citizen.
Note
The file
parameter allows any flat file with fixed width.
Author(s)
Carlos J. Gil Bellosta
References
http://www.ine.es/prodyser/microdatos.htm
See Also
read_fwf
to read fixed width files.
Examples
## Not run:
raw <- epa2005("EPA4T017")
summary(raw)
## End(Not run)