viz | R Documentation |
The vizualize
, shine
, and report
triumverate provide the analyst with
the tools required to interact and explore the results of a FacileAnalysis.
The vizualize
, shine
, and report
triumverate provide the analyst with
the tools required to interact and explore the results of a FacileAnalysis.
viz(x, ...)
report(x, ...)
viz(x, ...)
x |
A |
... |
passed down to the |
The vizualize
functions generate an analysis-specific interactive
htmlwidget for the analysist to explore.
The vizualize
functions generate an analysis-specific interactive
htmlwidget for the analysist to explore.
The report
function produces an object that can be embedded into an
Rmarkdown document. The implementation of these functions will likely
result in a parameterized call to the respective vizualize
function.
Two report
functions should be created per FacileAnalysis. One that accepts
the FacileAnalysisResult
object itself, and another that accepts the
analysis-specific FacileAnalysisShine
object, which should parameterize
the final visualize
call so that it can be embedded seamlessly into
an Rmarkdown report for "offline" viewing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.