newObjectsCreated {SpaDES.core} | R Documentation |
Show which objects were first created in a simInit
or spades
call
Description
This does an rbindlist(sim$._objectsCreated)
.
This object in the sim
records the yellow message that reports on when objects are created.
Usage
newObjectsCreated(sim)
Arguments
sim |
A |
Value
The data.table
of the objects created, alongside the current(sim)
at each moment of creation.
[Package SpaDES.core version 2.1.0 Index]