get_ibge_sector: Returns IBGE's 5 'big sectors' from numeric vector of IBGE'...

Description Usage Arguments Value Examples

View source: R/prepare.R

Description

Relationship between economic subsectors and sectors:

Usage

1
get_ibge_sector(x = codigo_subsetor_ibge, return_factor = TRUE)

Arguments

x

A numeric vector, with integers ranging from 1 to 25.

return_factor

Logical. If TRUE, returns a factor. Else, returns a character vector.

Value

A factor or character vector with the corresponding sector.

Examples

1
get_ibge_sector(x = 1:25, return_factor = FALSE)

andremenegatti/cagedExplorer documentation built on July 1, 2020, 1:25 a.m.