This function allows you to get the IPC data

get_ipc_region(folder = tempdir(), region = "M", sheet = NULL)

Arguments

folder

temporal folder

region

Montevideo ("M") or Interior ("I")

sheet

sheet number

Value

data.frame

Details

Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.

Examples

# \donttest{ get_ipc_region(folder = tempdir(), region = "M")
#> New names: #> * `` -> ...2 #> * `` -> ...3 #> * `` -> ...4 #> * `` -> ...5 #> * `` -> ...6 #> * ...
#> New names: #> * ...2 -> ...1 #> * ...3 -> ...2 #> * ...4 -> ...3 #> * ...5 -> ...4 #> * ...6 -> ...5 #> * ...
#> New names: #> * ...2 -> ...1 #> * ...3 -> ...2 #> * ...4 -> ...3 #> * ...5 -> ...4 #> * ...6 -> ...5 #> * ...
# }