get_fiscal | R Documentation |
The fiscal management report will contain comparative statements with the limits referred to in the fiscal responsibility law, of the following amounts: total personnel expenses, showing expenses with assets, inactive and pensioners, net consolidated debt, granting of guarantees and counter-guarantees and operation credit.
get_fiscal( year, period, cod, freq = "Q", annex = NULL, power = c("E", "L", "J", "M", "D"), sphere = NULL, verbose = FALSE )
year |
is a numeric vector |
period |
is a numeric vector, period of the year, if the parameter
|
cod |
is a numeric vector. Brazilian Institute of Geography and Statistics (IBGE) code assigned to each municipality and state. |
freq |
is a character, periodicity of publication of the report,
|
annex |
is a numeric vector, an integer between 1 and 6.
Default is |
power |
is a character vector, an acronym for each power,
executive |
sphere |
is a string vector. Sphere filter "M" = Municipalities, "E" = States and "DF", "U" = Union and "C" = Consortium. Default is |
verbose |
is a logical. Enable verbose mode. Default is |
For more details on the parameter cod
see the column cod_ibge
of the function get_info
tibble
Brazilian Public Sector Accounting and Tax Information System (Siconfi): http://apidatalake.tesouro.gov.br/docs/siconfi/
## Not run: get_fiscal(year = 2019, period = 1:3, cod = 35, power = "E") ## End(Not run) ## Not run: get_fiscal(year = 2017, period = 2, annex = 1, cod = 1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.