| get_projects | R Documentation |
Retrieves infrastructure projects and their nested relationships, including executors, recipients, funding sources, policy areas, and point geometries.
get_projects(
...,
page = 1L,
page_size = 50L,
all_pages = FALSE,
page_limit = Inf,
base_url = .obrasgovr_base_url()
)
obter_projetos(
...,
pagina = 1L,
tamanho_da_pagina = 50L,
todas_paginas = FALSE,
limite_paginas = Inf,
base_url = .obrasgovr_base_url()
)
... |
Named filters accepted by the resource. See the complete list
with |
page |
First page to retrieve, starting at 1. |
page_size |
Number of records per page, between 1 and 200. |
all_pages |
If |
page_limit |
Maximum number of pages to retrieve when |
base_url |
HTTPS base URL. By default, uses the |
pagina, tamanho_da_pagina, todas_paginas, limite_paginas |
Portuguese
aliases for |
A tibble. One-to-many relationships are preserved in list-columns.
Use result_metadata() to inspect pagination information.
Other API resources:
get_commitments(),
get_contracts(),
get_feasibility_studies(),
get_geometries(),
get_last_update(),
get_physical_execution(),
get_status_history()
if (interactive()) {
get_projects(uf_principal = "PE", page_size = 10)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.