.addTagsToOutput for simList objectsSee reproducible::.addTagsToOutput().
# S4 method for simList
.addTagsToOutput(object, outputObjects, FUN, preDigestByClass)modified object, with attributes added
Any R object returned from a function
Optional character vector indicating which objects to return. This is only relevant for list, environment (or similar) objects
A function
A list, usually from .preDigestByClass
Eliot McIntire