Learn R Programming

ech (version 0.1.0)

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(), sheet = NULL, region = "M")

Arguments

folder

temporal folder

sheet

sheet number

region

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

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(), sheet = 1, region = "M")

# }

Run the code above in your browser using DataLab