View source: R/api_v2_responses.R
retrieve_errors | R Documentation |
Expose errors of the response
retrieve_errors(expr = NULL)
expr |
An expression that might cause an error.
If |
if (FALSE){
new_rule <- stream_add_rule(list(value = "#rstats", tag = "rstats1"))
stream_add_rule(list(value = "#rstats", tag = "rstats2")) # ERROR
# See the full information provided by the API:
retrieve_errors(stream_add_rule(list(value = "#rstats", tag = "rstats2")))
retrieve_errors()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.