get_year_FIRST_censo: Get the FIRST year of the time series

Description Usage Arguments Value See Also Examples

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

Description

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

Usage

1
get_year_FIRST_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 inicial da série.

See Also

Other get_ano: get_year_LAST_censo()

Examples

1
2
3
4
5
6
## Not run: 

ano_FIRST_censo <- get_year_FIRST_censo(tb_censo_full)


## End(Not run)

allanvc/proPNLD documentation built on Oct. 2, 2020, 3:27 p.m.