View source: R/setup_siconfi.R
setup_siconfi | R Documentation |
Define your project billing ids here so all your queries are authenticated and return data, not errors. If using in production or leaving code available at public repositories, dotenv is highly recommended.
setup_siconfi( project_id = NULL, database = "basedosdados.br_me_siconfi", tabela_despesa = "municipio_despesas_orcamentarias", tabela_receita = "municipio_receitas_orcamentarias", tabela_funcao = "municipio_despesas_funcao", coluna_estagio = "estagio_bd", coluna_id_siconfi = "portaria", page_size = 10^4 )
project_id |
a single character value containing the string. Vectors with longer lengths and non-vectors will trigger an error. |
No return
setup_siconfi(<your_project_id>)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.