# \donttest{
tryCatch(
{
## Fetch the last 3 gold price values
response <- get_last_n_goldprices(3)
## Preview response content
response$content
},
error = function(e) message(e)
)
# }
Run the code above in your browser using DataLab