View source: R/experiment-helpers.R
| export_visualizers | R Documentation |
Visualizer results to image.Export all cached Visualizer results from an Experiment to
images in the viz_results/ directory under the Experiment's results
directory (see get_save_dir()).
export_visualizers(experiment, device = "png", ...)
experiment |
An |
device |
See |
... |
Additional arguments to pass to |
The original Experiment object passed to
export_visualizers.
## Not run:
export_visualizers(experiment)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.