makeMemoisable.simList | R Documentation |
simList
correctly work with memoise
Because of the environment slot, simList
objects don't correctly
memoise a simList
.
This method for simList
converts the object to a simList_
first.
## S3 method for class 'simList'
makeMemoisable(x)
## S3 method for class 'simList_'
unmakeMemoisable(x)
x |
An object to make memoisable. See individual methods in other packages. |
A simList_
object or a simList
, in the case of unmakeMemoisable
.
reproducible::makeMemoisable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.