Open maelle opened 2 years ago
While looking at the code I see you use a loop to limit the rate.
If you were to switch from crul to httr2 (and from vcr to httptest2) you could use this function https://httr2.r-lib.org/reference/req_throttle.html
This is just for info :-)
thanks for the information! I will try implementing this soon
No pressure, replacing curl and vcr is not a small change :-)
While looking at the code I see you use a loop to limit the rate.
If you were to switch from crul to httr2 (and from vcr to httptest2) you could use this function https://httr2.r-lib.org/reference/req_throttle.html
This is just for info :-)