Learn R Programming

SpaDES.core (version 3.2.1)

inputObjectNames: Per-module input object names

Description

Internal counterpart of outputObjectNames(), used by the .inputObjects recovery in simInit to know which objects each module's .inputObjects may create (i.e., the module's declared input objects). Returns a list, named by module, of the objectNames; NULL when there are no modules.

Usage

inputObjectNames(sim)

Arguments

sim

A simList object from which to extract element(s) or in which to replace element(s).