UpdateEvery | R Documentation |
Sets a period of time, after which an R object is woken and updated.
UpdateEvery(x, units = "seconds", options = "snapshot")
x |
The period expressed in |
units |
The time unit. One of |
options |
Either |
If units
= "months"
, then x
must be an integer. The update time
will roll back to the last day of the previous month if no such day exists x
months
forward from today.
RefreshIfOlderThan
, UpdateAt
UpdateEvery(5, "days", "snapshot")
UpdateEvery(1, "months", NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.