View source: R/SparrowResultContainer.R
SparrowResultContainer | R Documentation |
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)
x |
A '[sparrow::SparrowResult()]' object, or a path to an rds-serliazed one |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.