powered by
Takes a gist object and a input geojson file name and renders fullscreen map
gist_map(x, browse = TRUE)
An object of class gist generated by gist_create() or gist_create_obj()
gist
gist_create()
gist_create_obj()
Default: TRUE. Set to FALSE if you don't want to automatically browse to the URL.
TRUE
FALSE
# NOT RUN { file <- system.file("examples", "ecoengine_eg.geojson", package = "gistr") gist_id <- gist_create(file, browse = FALSE) gist_map(gist_id) # }
Run the code above in your browser using DataLab