# \donttest{
tryCatch(
{
## Retrieve the current A exchange rate table
response <- get_current_exchangerate_table("A")
## Retrieve the content
response$content
},
error = function(e) message(e)
)
# }
Run the code above in your browser using DataLab