extract_and_clean_censo_full: Full Database Extraction and Cleaning

Description Usage Arguments Value See Also Examples

View source: R/extract-and-clean-censo-full.R

Description

Trata a base do Censo e extrai do servidor para a máquina local

Usage

1

Arguments

tb_censo

Objeto do tipo tibble do dbplyr que ainda vive no SGBD, obtido por meio da função query_tb_censo

Value

tibble contendo a base completa do censo após tratamento e limpeza.

See Also

Other query: query_tb_censo()

Examples

1
2
3
4
5
6
## Not run: 

tb_censo_full <- extract_and_clean_censo_full(tb_censo)


## End(Not run)

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