Learn R Programming

ech (version 0.1.1.1)

get_ipab_region: This function allows you to get the IPAB (Indice de precios de alimentos y bebidas) data

Description

This function allows you to get the IPAB (Indice de precios de alimentos y bebidas) data

Usage

get_ipab_region(folder = tempdir(), region, sheet = 1)

Arguments

folder

temporal folder

region

Montevideo ("M"), Interior Urbano ("I")

sheet

sheet number. Default 1

Value

data.frame

See Also

Other dwnld_read: get_cba_cbna(), get_ciiu(), get_dictionary(), get_ipab(), get_ipc_region(), get_ipc(), get_microdata(), read_microdata()

Examples

Run this code
# NOT RUN {
get_ipab_region(folder = tempdir(), region = "M")

# }

Run the code above in your browser using DataLab