# \donttest{
tryCatch(
{
## Fetch the last 3 A exchange rate tables
response <- get_last_n_exchangerate_tables("A", 3)
## Preview response content
response$content
},
error = function(e) message(e)
)
# }
Run the code above in your browser using DataLab