Description Usage Arguments Value
Make a periodically re-evaluated value-returning function.
1 | makePeriodicValue(fun, period, ...)
|
fun |
Function that generates a value. |
period |
Period, inseconds, after which to refresh the value. |
... |
Other arguments to be passed to the value-generating function. |
A function that returns a value, provided by the value-generating function, and refreshes it after the provided refresh period.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.