._inputObjectsDF {SpaDES.core} | R Documentation |
Create an empty data.frame
object for use with inputObjects
or
outputObjects
Description
Internal function.
Usage
._inputObjectsDF(x)
## S4 method for signature 'missing'
._inputObjectsDF()
._outputObjectsDF(x)
## S4 method for signature 'missing'
._outputObjectsDF()
Arguments
x |
Not used. Should be missing. |
Value
A data.frame
object.
Author(s)
Alex Chubaty
See Also
[Package SpaDES.core version 2.1.0 Index]