Learn R Programming

geodrawr (version 2.0.0)

draw_points: Making points by clicks on the map

Description

This function run a Shiny application with map. You can make your own geospatial point by click on the map. If you click save button then your geospatial points will be saved as a RDS file.

Usage

draw_points()

Arguments

Value

An object that represents the app. Printing the object or passing it to shiny::runApp() will run the app.

Examples

Run this code
# NOT RUN {
# Only run this example in interactive R sessions
if (interactive()) draw_points()
# }

Run the code above in your browser using DataLab