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