| get_msc_controle | R Documentation |
Retrieves control accounts data (classes 7 and 8) from the Accounting Balances Matrix (MSC).
get_msc_controle(
id_ente,
an_referencia,
me_referencia,
co_tipo_matriz,
classe_conta,
id_tv,
use_cache = TRUE,
verbose = FALSE,
page_size = NULL,
max_rows = Inf
)
get_msc_control(entity_id, year, month, matrix_type, account_class,
value_type, use_cache = TRUE, verbose = FALSE,
page_size = NULL, max_rows = Inf)
id_ente |
Integer. IBGE code of the entity. Required. |
an_referencia |
Integer. Reference year. Required. |
me_referencia |
Integer. Reference month (1-12). Required. |
co_tipo_matriz |
Character. Matrix type: |
classe_conta |
Integer. Account class: |
id_tv |
Character. Value type: |
use_cache |
Logical. If |
verbose |
Logical. If |
page_size |
Integer or |
max_rows |
Numeric. Maximum number of rows to return. Defaults
to |
entity_id |
Integer. IBGE code of the entity. Required.
Maps to |
year |
Integer. Reference year. Required. Maps to
|
month |
Integer. Reference month (1-12). Required. Maps to
|
matrix_type |
Character. Matrix type: |
account_class |
Integer. Account class: |
value_type |
Character. Value type: |
get_msc_control() is an English alias for get_msc_controle().
A tibble with MSC control account data.
Other SICONFI:
get_anexos(),
get_dca(),
get_dca_for_state(),
get_entes(),
get_extrato(),
get_msc_orcamentaria(),
get_msc_patrimonial(),
get_rgf(),
get_rgf_for_state(),
get_rreo(),
get_rreo_for_state()
## Not run:
msc_ctrl <- get_msc_controle(
id_ente = 17, an_referencia = 2022, me_referencia = 12,
co_tipo_matriz = "MSCC", classe_conta = 8,
id_tv = "ending_balance"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.