make_final_table_man: Make Final Table for Presentation

Description Usage Arguments Value See Also Examples

View source: R/make-final-table-man.R

Description

Produz a tabela final contendo a projeção para gravação no SGBD e apresentação no SIMEC

Usage

1
make_final_table_man(tb_censo_final_join)

Arguments

tb_censo_final_join

tibble contendo a tabela final com especificações técnicas completas da projeção do Censo Escolar.

Value

Um tibble contendo os dados tratados para apresentação no SIMEC.

See Also

Other final_wrangling: make_final_table()

Examples

1
2
3
4
5
6
## Not run: 

tb_censo_final_join_APR <- make_final_table_pres(tb_censo_final_join)


## End(Not run)

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