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 documentation for the ... parameter for memoise says to "See Examples for usage." There don't seem to be any usage examples here. The parameter is used in the example for timeout but there is no additional explanation of how to use it.
I was being curious on the same topic.
It this how it should work?
The ... are additional parameters that may invalidate the cache when they change their values.
These are evaluated when the memoised function is called (hence the reason for supplying it as a formula).
In this case, the argument dt changes value every 3 seconds.
The documentation for the
...
parameter formemoise
says to "See Examples for usage." There don't seem to be any usage examples here. The parameter is used in the example fortimeout
but there is no additional explanation of how to use it.memoise/R/memoise.R
Line 56 in 3b0bf3e
The text was updated successfully, but these errors were encountered: