| get_res_cdp | R Documentation |
Retrieves the Debt Capacity Result (Resultado da Capacidade de
Pagamento) linked to a PVL request. The id_pleito can be obtained
from get_pvl().
get_res_cdp(
id_pleito,
use_cache = TRUE,
verbose = FALSE,
page_size = NULL,
max_rows = Inf
)
get_debt_capacity(request_id, use_cache = TRUE, verbose = FALSE,
page_size = NULL, max_rows = Inf)
id_pleito |
Integer. Database ID from |
use_cache |
Logical. If |
verbose |
Logical. If |
page_size |
Integer or |
max_rows |
Numeric. Maximum number of rows to return. Defaults
to |
request_id |
Integer. Database ID of the PVL request. Obtain
from the |
get_debt_capacity() is an English alias.
A tibble with CDP result data.
Other SADIPEM:
get_opc_cronograma_liberacoes(),
get_opc_cronograma_pagamentos(),
get_opc_taxa_cambio(),
get_pvl(),
get_pvl_tramitacao(),
get_res_cronograma_pagamentos()
## Not run:
cdp <- get_res_cdp(id_pleito = 40353)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.