Regen {COINr} | R Documentation |
Methods for regenerating coins and purses. Regeneration is re-running all the functions used to build
the coin/purse, using the order and parameters found in the .$Log
list of the coin.
Regen(x, from = NULL, quietly = TRUE)
x |
A coin or purse object to be regenerated |
from |
Optional: a construction function name. If specified, regeneration begins from this function, rather than re-running all functions. |
quietly |
If |
Please see individual method documentation:
See also vignette("adjustments")
.
This function replaces the now-defunct regen()
from COINr < v1.0.
A regenerated object
# see individual method examples