Retrieve feasibility studies
Usage
get_feasibility_studies(
...,
page = 1L,
page_size = 50L,
all_pages = FALSE,
page_limit = Inf,
base_url = .obrasgovr_base_url()
)
obter_estudos_viabilidade(
...,
pagina = 1L,
tamanho_da_pagina = 50L,
todas_paginas = FALSE,
limite_paginas = Inf,
base_url = .obrasgovr_base_url()
)Arguments
- ...
Named filters. See
list_filters("feasibility_studies").- page
First page to retrieve, starting at 1.
- page_size
Number of records per page, between 1 and 200.
- all_pages
If
TRUE, retrieves successive pages starting atpage.- page_limit
Maximum number of pages to retrieve when
all_pagesisTRUE. UseInfto retrieve every available page.- base_url
HTTPS base URL. By default, uses the
obrasgovr.base_urloption or the official API environment.- pagina, tamanho_da_pagina, todas_paginas, limite_paginas
Portuguese aliases for
page,page_size,all_pages, andpage_limit, respectively. These arguments are available only in the Portuguese function alias.
See also
Other API resources:
get_commitments(),
get_contracts(),
get_geometries(),
get_last_update(),
get_physical_execution(),
get_projects(),
get_status_history()
Examples
if (interactive()) {
get_feasibility_studies(id_projeto_investimento = "134851.26-07")
}