Description Usage Arguments Details Value See Also Examples
pob.fen.ev
creates a list with the panel of the number of births and deaths of Spain at the municipality level for a period of time from the years inicio
to fin
.
1 | pob.fen.ev(inicio, fin, provincia, print = FALSE)
|
inicio |
starting year of the panel, which must be higher than 1996.. |
fin |
last year of the panel. |
provincia |
one of the 52 Spanish provinces. |
print |
logical variable ‘do you need print a output file with the results?’ for which FALSE is the default value. |
If print
is set to TRUE
, an xlsx
file containing two sheet, one per each variable data frame, is saved into the folder Outputs
called fen_evol_total_provincia_inicio-fin.xlsx
It is list containing two data frames for the number of births (Nacimientos) and deaths (Falleciemientos) at the municpality level.
Other Manipulate functions: pob.e.ev
,
pob.ev
, pob.h.ev
,
pob.ind.p
, pob.ind
,
pob.m.ev
, pob.n.ev
1 | pob.fen.ev(2005,2007,"Avila")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.