| saveFitRandom | R Documentation |
:=Functions registered here are saved with random-state metadata so cached restores behave like the original call was run again.
saveFitRandom(fun = NULL, remove = FALSE)
fun |
Function name(s) to add or remove. If |
remove |
Boolean indicating if |
Character vector of registered function names.
Matthew L. Fidler
saveFitRandom()
saveFitRandom("myRandomFun")
saveFitRandom("myRandomFun", remove=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.