Description Usage Arguments Value See Also Examples
View source: R/make-final-table.R
Produz a tabela final contendo a projeção para gravação no SGBD
1 2 3 4 5 6 7 | make_final_table(
forecast_output,
tb_censo,
ano_FIRST_censo,
ano_LAST_censo,
tipo_censo
)
|
forecast_output |
|
tb_censo |
Objeto do tipo |
ano_FIRST_censo |
|
ano_LAST_censo |
|
tipo_censo |
String passada via |
Um tibble
contendo os dados tratados.
Other final_wrangling:
make_final_table_man()
1 2 3 4 5 6 7 8 | ## Not run:
conn <- connect_censo_db(host, port, user, pass, svc)
tb_censo <- query_tb_censo(conn, schema, tab) # recuperando tab original para join
tb_censo_final_join <- make_final_table(forecast_output, tb_censo, ano_FIRST_censo, ano_LAST_censo)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.