Export a map in a standalone html viewer

export_viewer(map, file, selfcontained = TRUE, ...)

Arguments

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 view()

Value

Called for the side effect of saving the viewer to an html file but invisibly returns the map viewer htmlwidget.

See also

Other functions to view maps: RacViewer.options(), RacViewer(), ggplot.acmap(), mapGadget(), plot.acmap(), setLegend(), view.acmap(), view.default(), view()