getbase.paro: Collects information of unemployed at a municipality level.

Description Usage Arguments Details Value See Also Examples

View source: R/getbase.paro.R

Description

getbase.paro downloads data about the unemployed of the Spanish municipalities by province.

Usage

1
getbase.paro(year, mes, provincia)

Arguments

year

a numerical value between 2005 and the last available, which indicates the year of the required database.

mes

oone of the 12 months –in Spanish language– indicating the month of the data collection.

provincia

one of the 52 Spainish provinces.

Details

The month must be called as follows: "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre" and "diciembre".

The names of the Spanish provinces may or may not be called. If yes, employ capital letters as follows:

"ALBACETE", "ALICANTE", "ALMERIA", "ARABA", "ASTURIAS", "AVILA", "BADAJOZ", " BALEARES", "BARCELONA", "BIZKAIA", "BURGOS", "CACERES", "CADIZ", "CANTABRIA", "CASTELLON", "CIUDAD REAL", "CORDOBA", "A CORUÑA", "CUENCA", "GIPUZKOA", "GIRONA", "GRANADA", "GUADALAJARA", "HUELVA", "HUESCA", "JAEN", "LEON", "LLEIDA", "LUGO", "MADRID", "MALAGA", "MURCIA", "NAVARRA", "OURENSE", "PALENCIA", "LAS PALMAS", "PONTEVEDRA", "LA RIOJA", "SALAMANCA", "TENERIFE", "SEGOVIA", "SEVILLA","SORIA", "TARRAGONA", "TERUEL", "TOLEDO", "VALENCIA", "VALLADOLID", "ZAMORA", "ZARAGOZA", "CEUTA" and "MELILLA"

Value

It is a xlsx file host in the data_paro folder which, in turn, is located inside the working directory called paro_MUNI_provincia_mmyy.xls.

See Also

Other download functions: getbase.fen, getbase.pob

Examples

1
getbase.paro(2005,"julio","Madrid")

amvallone/DataSpa documentation built on Sept. 4, 2019, 12:03 p.m.