Regen {COINr} | R Documentation |
Regenerate a coin or purse
Description
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.
Usage
Regen(x, from = NULL, quietly = TRUE)
Arguments
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 |
Details
Please see individual method documentation:
See also vignette("adjustments")
.
This function replaces the now-defunct regen()
from COINr < v1.0.
Value
A regenerated object
Examples
# see individual method examples
[Package COINr version 1.1.14 Index]