save | R Documentation |
Use this method to save the d3heatmap from the d3heatmapGadget without intermediary code.
save(gadget, ...)
## S4 method for signature 'd3heatmapGadget'
save(gadget, file = NULL, ...)
gadget |
The gadget to save to file |
... |
arguments to pass to |
file |
the name of the file, without extension |
## Not run:
hm <- d3heatmapGadget(mtcars)
save(hm, file = "myHeatmap")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.