Learn R Programming

siconfir (version 2.0.3)

msc_budget: Budget accounts, accounting balances matrix

Description

Details of the records reported in the accounting accounts that receive budget entries.

Usage

msc_budget(year, month, cod, matrix_type, class, value, verbose = FALSE)

Value

tibble

Arguments

year

is a numeric vector

month

is a numeric vector

cod

is a numeric vector. Brazilian Institute of Geography and Statistics (IBGE) code assigned to each municipality and state.

matrix_type

is a character. Matrix type, monthly or aggregate "MSCC" or year-end "MSCE"

class

is a numeric vector, integer between 5 and 6. Class of accounting accounts that receive entries of a budgetary nature.

value

is a character. The detailed values can be of three types: opening balance "beginning_balance", movement "period_change" or ending balance "ending_balance"

verbose

is a logical. Enable verbose mode. Default is FALSE