-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting selected map data in Shiny #104
Comments
|
I do something similar to this in my app @za123 , and just use a standard shiny In mine I have some underlying data, which is filtered by the |
Hey @Za213 I also have some code to handle this kind of thing. In your
Best of luck~ |
I put together some code to display data points on a map and then added in the edit functionality. My question is: Is it be possible to then take the selected data and push it to a data frame on Shiny that say, could be downloaded by the end user in CSV? Below is a screenshot of what it looks like so far, so the idea would be to take all the data points selected and push it to a CSV within Shiny:
The text was updated successfully, but these errors were encountered: