Learn R Programming

SpaDES (version 1.3.0)

ls.simList: List simulation objects

Description

Return a vector of character strings giving the names of the objects in the specified simulation environment. Can be used with a simList object, because the method for this class is simply a wrapper for calling ls on the simulation environment stored in the simList object.

Usage

ls.simList(name)
"ls"(name)
objects.simList(name)
"objects"(name)

Arguments

name
A simList object.

See Also

Other functions to access elements of a simList object: .addDepends, doEvent.checkpoint, envir, events, globals, inputs, ls.str.simList, modules, objs, packages, params, paths, progressInterval, times