| get_opc_taxa_cambio | R Documentation |
Retrieves exchange rate data for credit operations linked to a PVL
request. The id_pleito can be obtained from get_pvl().
get_opc_taxa_cambio(
id_pleito,
use_cache = TRUE,
verbose = FALSE,
page_size = NULL,
max_rows = Inf
)
get_credit_exchange_rate(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_credit_exchange_rate() is an English alias.
A tibble with exchange rate data.
Other SADIPEM:
get_opc_cronograma_liberacoes(),
get_opc_cronograma_pagamentos(),
get_pvl(),
get_pvl_tramitacao(),
get_res_cdp(),
get_res_cronograma_pagamentos()
## Not run:
cambio <- get_opc_taxa_cambio(id_pleito = 40353)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.