Learn R Programming

SpaDES.core (version 2.1.6)

newObjectsCreated: 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)

Value

The data.table of the objects created, alongside the current(sim)

at each moment of creation.

Arguments

sim

A simList object that contains data.table objects