| get_siope_remuneracao | R Documentation |
Retrieves compensation data for education professionals. This endpoint
has an additional required parameter: mes / month for the specific
month within the year.
get_siope_remuneracao(
ano,
periodo,
mes,
uf,
use_cache = TRUE,
verbose = FALSE,
page_size = 1000L,
max_rows = Inf,
filter = NULL,
orderby = NULL,
select = NULL
)
get_siope_compensation(year, period, month, state,
use_cache = TRUE, verbose = FALSE,
page_size = 1000, max_rows = Inf,
filter = NULL, orderby = NULL, select = NULL)
ano |
Integer. Year of the data (e.g., |
periodo |
Integer. Bimester period (1-6). Required. |
mes |
Integer. Month of the fiscal year (1-12). Required. |
uf |
Character. State abbreviation (e.g., |
use_cache |
Logical. If |
verbose |
Logical. If |
page_size |
Integer. Rows per page for OData pagination. Defaults
to |
max_rows |
Numeric. Maximum rows to return. Defaults to |
filter |
Character. OData |
orderby |
Character. OData |
select |
Character vector. Column names to return (reduces payload
size). Uses original API column names (e.g.,
|
year |
Integer. Year. Required. Maps to |
period |
Integer. Bimester (1-6). Required. Maps to |
month |
Integer. Month (1-12). Required. Maps to |
state |
Character. State abbreviation. Required. Maps to |
get_siope_compensation() is an English alias.
A tibble with 19 columns including compensation categories and values for education professionals.
Other SIOPE:
get_siope_dados_gerais(),
get_siope_despesas(),
get_siope_despesas_funcao(),
get_siope_indicadores(),
get_siope_info_complementares(),
get_siope_receitas(),
get_siope_responsaveis()
## Not run:
rem <- get_siope_remuneracao(ano = 2023, periodo = 6, mes = 12, uf = "PE")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.