read_reunis_total: Tidy up REUNIS tables

Description Usage Arguments Value Functions Examples

View source: R/cdc_reunis.R

Description

Tidy up REUNIS tables of population at district level. Ver: [REUNIS](https://www.minsa.gob.pe/reunis/data/poblacion_estimada.asp).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

file

nombre de archivo

year

anho de archivo

path

paste path to folder of files

file_name

name of file that corresponds to one department

Value

tidy tables a partir de poblacion a nivel nacional de la REUNIS

Functions

Examples

1
2
3
4
5
6
# rute_1 <- "data-raw/Poblacion Peru 2020 Dpto Prov Dist Final INEI-actualizado.xlsx"
# read_reunis_total(file = rute_1,year = 2020)
# read_reunis_edad(file = rute_1, year = 2020)
#
# #rute_2 <- "data-raw/PERÚ - ESTIMACIONES Y PROYECCIONES DE POBLACIÓN ( BOLETINES ESPECIALES 17,18,19,20,21,22 y 36,37)/Libro18/cuadros/"
# #read_inei_poblacion(folder = rute_2,file_name = "c1600") %>% count(anho)

avallecam/cdcper documentation built on Dec. 19, 2021, 5:46 a.m.