Learn R Programming

SpaDES.core (version 2.0.5)

.addTagsToOutput,simList-method: .addTagsToOutput for simList objects

Description

See reproducible::.addTagsToOutput().

Usage

# S4 method for simList
.addTagsToOutput(object, outputObjects, FUN, preDigestByClass)

Value

modified object, with attributes added

Arguments

object

Any R object returned from a function

outputObjects

Optional character vector indicating which objects to return. This is only relevant for list, environment (or similar) objects

FUN

A function

preDigestByClass

A list, usually from .preDigestByClass

Author

Eliot McIntire