Takes a gist object and a input geojson file name and renders fullscreen map
Arguments
- x
An object of class
gist
generated bygist_create()
orgist_create_obj()
- browse
Default:
TRUE
. Set toFALSE
if you don't want to automatically browse to the URL.
Examples
if (FALSE) { # \dontrun{
file <- system.file("examples", "ecoengine_eg.geojson", package = "gistr")
gist_id <- gist_create(file, browse = FALSE)
gist_map(gist_id)
} # }