# \donttest{
tryCatch(
{
## Fetch the A exchange rate table from a week ago
response <- get_exchangerate_table_from("A", Sys.Date() - 7)
## Preview response content
response$content
},
error = function(e) message(e)
)
# }
Run the code above in your browser using DataLab