Export a map in a standalone html viewer
export_viewer(map, file, selfcontained = TRUE, ...)
The acmap object
File to save HTML into
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 view()
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()