Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 812 Bytes

File metadata and controls

19 lines (14 loc) · 812 Bytes

Final Project: Create a ShinyApp with an Interactive Map

Due: 3/19

To bring the entire course together students will create an App with an interactive map as the central focus.

Requirements:

  • One leaflet map

    • The app should have at least two different types of layers
      • points/markers, lines, heatmap, polygons etc.
      • Leaflet map must make use of LeafletProxy for updating layers (observers)
  • One (1) datatable,

  • Two (2) interactive charts or graphs (plotly)

  • Three (3) input commands

  • One (1) downloadHandler that allows users to get the raw data they are viewing.

  • Students who use one or more API's to feed either their map or data displayed will receive 20 Bonus points on the assignment.

Applications should be deployed and working on shinyapps.io.