Learn R Programming

ech (version 0.1.0)

get_cba_cbna: This function allows you to get the CBA and CBNA data

Description

This function allows you to get the CBA and CBNA data

Usage

get_cba_cbna(folder = tempdir(), sheet = NULL, region = NULL)

Arguments

folder

temporal folder

sheet

sheet number

region

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

Value

data.frame

Details

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

See Also

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

Examples

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

# }

Run the code above in your browser using DataLab