query_tb_censo: Query the table containing the time series of all census data

Description Usage Arguments Value See Also Examples

View source: R/query-tb-censo.R

Description

Executa uma query na base "INAPSISPRO_FNDE.TB_CENSO_TS_QTD_ALUNOS" no FNDE

Usage

1
query_tb_censo(conn, schema, tab)

Arguments

conn

String contendo a "string de conexão" retornada por connect_censo_db.

schema

String contendo o nome do schema do banco, ex: "INAPSISPRO_FNDE".

tab

String contendo o nome da tabela em que vive a base do censo, ex: "TB_CENSO_TS_QTD_ALUNOS".

Value

Objeto do tipo tibble do dbplyr que ainda vive no SGBD.

See Also

Other query: extract_and_clean_censo_full()

Examples

1
2
3
4
5
6
7
8
## Not run: 

schema = "INAPSISPRO_FNDE"
tab = "TB_CENSO_TS_QTD_ALUNOS"
tb_censo <- query_tb_censo(conn, schema, tab)


## End(Not run)

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