| get_geometries | R Documentation |
Retrieve geometries
get_geometries(
...,
page = 1L,
page_size = 50L,
all_pages = FALSE,
page_limit = Inf,
base_url = .obrasgovr_base_url()
)
obter_geometrias(
...,
pagina = 1L,
tamanho_da_pagina = 50L,
todas_paginas = FALSE,
limite_paginas = Inf,
base_url = .obrasgovr_base_url()
)
... |
Named filters. See |
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 containing geometries and territorial identifiers.
Other API resources:
get_commitments(),
get_contracts(),
get_feasibility_studies(),
get_last_update(),
get_physical_execution(),
get_projects(),
get_status_history()
if (interactive()) {
get_geometries(sg_uf = "PE", page_size = 10)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.