# Ensure we never send more than 30 requests a minute
req <- request(example_url()) |>
req_throttle(rate = 30 / 60)
resp <- req_perform(req)
throttle_status()
resp <- req_perform(req)
throttle_status()
Run the code above in your browser using DataLab