You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default limit is set to 1 call per second as per the API limit for the Free Trial package. It can be configured with setting options("oc_requests_per_second") at the start of a session/script or permanently via .Rprofile.
Cool, thx a lot. In the vignette documenting this we can show code example and mention usethis::edit_r_profile as a way to easily find where the .Rprofile is/open it.
use ratelimitr on httr::GET (and after memoise, i.e. memoise -> ratelimit -> GET)
The text was updated successfully, but these errors were encountered: