nbp_api_response object containing the current exchange rate table.
Examples
tryCatch({## Retrieve the current A exchange rate table response <- get_current_exchangerate_table("A")## Retrieve the content response$content
}, error =function(e) message(e))