powered by
To easily create a memozied function by adding a .slow <- NULL to the end of a function.
.slow <- NULL
rxSetupMemoize()
For example, to memozie the function in the namespace rxModelVars.character you would add a line: rxModelVars.character.slow <- NULL
rxModelVars.character
rxModelVars.character.slow <- NULL