.unparsed {SpaDES.core} | R Documentation |
Determine which modules in a list are unparsed
Description
Internal function, used during simInit()
.
Usage
.unparsed(modules)
## S4 method for signature 'list'
.unparsed(modules)
Arguments
modules |
A character vector specifying the modules to parse. |
Value
The ids of the unparsed list elements.
Author(s)
Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]