setup_siconfi: Define your Project Id and dataset parameters

View source: R/setup_siconfi.R

setup_siconfiR Documentation

Define your Project Id and dataset parameters

Description

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.

Usage

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
)

Arguments

project_id

a single character value containing the string. Vectors with longer lengths and non-vectors will trigger an error.

Value

No return

Examples

setup_siconfi(<your_project_id>)

tchiluanda/siconfiBD documentation built on Oct. 2, 2022, 10:09 p.m.