nzinck17 / DCRShinyApp

The Shiny App to view and analyze water quality data collected by the Massachusetts Department of Conservation and Recreation
MIT License
0 stars 0 forks source link

Filter #35

Closed nzinck17 closed 6 years ago

nzinck17 commented 6 years ago

fix filter to get everything working and to Profile Data as well. Need to incorporate flag filtering. Bring flags Sample Table in.

To do this: join sample data with flag sample table, i.e. full_join(df, df_flags) spread flag column to multiple columns for each flag filter if that column is not NA

nzinck17 commented 6 years ago

Flag filtering has been included. Filter module has been updated.

FIlters for met / hydro can be added. see #2