You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which parts of server.R can be potentially modularised
In other words, code removed from server.R, put in its own .R or in global.R (where appropriate)
Returning empty table if no records are found in target
Update selectize input for genus and family
Creating a single statement of what has been found in target area
In target vs in buffer zone
Reactive of creating circle polygon
Lat Long filter in ala_data
Which parts of server.R can be refactored?
In other words, improved upon so server.R contains less processing code
Processing of filtered_data() - can occur after galah_download
Sorting N in descending order
Creating and sorting datatable from result in target area
Which parts of server.R can be potentially modularised
In other words, code removed from server.R, put in its own .R or in global.R (where appropriate)
Which parts of server.R can be refactored?
In other words, improved upon so server.R contains less processing code
Processing of
filtered_data()
- can occur after galah_downloadSaving of CSV
The text was updated successfully, but these errors were encountered: