powered by
stop_for_status(x)
content
parsed_content
response
text_content
x <- GET("http://httpbin.org/status/320") stop_for_status(x) # nothing happens x <- GET("http://httpbin.org/status/404") stop_for_status(x)
Run the code above in your browser using DataLab