| aemo_throttle | R Documentation |
Controls the delay between successive NEMweb requests. Defaults to 1 second (half a request per second).
aemo_throttle(delay = 1)
delay |
Numeric. Minimum delay between requests in
seconds. Internally this becomes |
Invisibly returns the previous value.
Other configuration:
aemo_cache_info(),
aemo_clear_cache()
old <- aemo_throttle(0.5) # 2 requests per second
aemo_throttle(old) # restore
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.