View source: R/get_brazil_banks.R
get_brazil_banks | R Documentation |
This function retrieves the list of all banks in Brazil from the BrasilAPI endpoint: 'https://brasilapi.com.br/api/banks/v1'. The response includes key details such as bank code, name, and ISPB (identificador do sistema de pagamentos).
get_brazil_banks()
A tibble (data frame) with the following columns:
code
: Bank code (integer).
name
: Short name of the bank.
fullName
: Full registered name of the bank.
ispb
: ISPB code (Identificador do Sistema de Pagamentos Brasileiros).
Requires internet connection. The function pulls data in real time from BrasilAPI.
GET
, fromJSON
, as_tibble
## Not run:
banks <- get_brazil_banks()
head(banks)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.