get_year_LAST_censo: Get the LAST year of the Census time series

Description Usage Arguments Value See Also Examples

View source: R/get-year-LAST-censo.R

Description

Identifica e extrai o último ano da série histórica do censo

Usage

1
get_year_LAST_censo(tb_censo_full)

Arguments

tb_censo_full

tibble contendo a base completa do censo após tratamento e limpeza por meio da função extract_and_clean_censo_full.

Value

vector do tipo numeric contendo o ano final da série.

See Also

Other get_ano: get_year_FIRST_censo()

Examples

1
2
3
4
5
6
## Not run: 

ano_LAST_censo <- get_year_LAST_censo(tb_censo_full)


## End(Not run)

allanvc/projPNLD documentation built on Oct. 4, 2020, 7:43 a.m.