SparrowResultContainer.Rd
This creates a facade over `SparrowResult` object that enables us to wrap `reactive`s around its internal intresting bits that are used elsewhere.
SparrowResultContainer(x)
a `SparrowResultContainer` object (list), with these elements:
The `SparrowResult` object
A character vector of method names that were run
sres <- sparrow::exampleSparrowResult()
src <- SparrowResultContainer(sres)