| export_viewer | R Documentation |
Export a map in a standalone html viewer
export_viewer(map, file, selfcontained = TRUE, ...)
map |
The acmap object |
file |
File to save HTML into |
selfcontained |
Whether to save the HTML as a single self-contained file (with external resources base64 encoded) or a file with external resources placed in an adjacent directory. |
... |
Further parameters to |
Called for the side effect of saving the viewer to an html file but invisibly returns the map viewer htmlwidget.
Other functions to view maps:
RacViewer.options(),
RacViewer(),
ggplot.acmap(),
mapGadget(),
plot.acmap(),
setLegend(),
view.acmap(),
view.default(),
view()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.