Description Usage Arguments Value See Also Examples
View source: R/query-tb-censo.R
Executa uma query na base "INAPSISPRO_FNDE.TB_CENSO_TS_QTD_ALUNOS" no FNDE
1 | query_tb_censo(conn, schema, tab)
|
conn |
String contendo a "string de conexão" retornada por
|
schema |
String contendo o nome do schema do banco, ex:
|
tab |
String contendo o nome da tabela em que vive a base do censo, ex:
|
Objeto do tipo tibble
do dbplyr
que ainda vive no SGBD.
Other query:
extract_and_clean_censo_full()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.