I think this should be a pretty easy fix.
I created a simple program in R that plots an eBird user's data on a leaflet map, all they have to do is upload the csv of their eBird data.
My code is included here: MY CODE
I have the app all laid out, but am struggling with using the input from fileInput(). Currently, when I hit "Run App", a window opens for a split second, then closes and throws an error. I included the error at the end of my code at the above link.
You can check out sample data here: SAMPLE DATA
How should I be formatting the file input from the ui for the server to use?
myData = reactive(input$MyEBirdData_in)