.fn_set_ratelimit | R Documentation |
A helper function that creates a new copy of the httr::GET function and stores it in the .ffscrapr_env hidden object
.fn_set_ratelimit(toggle = TRUE, platform, rate_number, rate_seconds)
toggle |
a logical to turn on rate_limiting if TRUE and off if FALSE |
rate_number |
number of calls per |
rate_seconds |
number of seconds |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.