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

Flag Sample Data #40

Closed nzinck17 closed 6 years ago

nzinck17 commented 6 years ago

Load.ms.access - Bring in flag sample data and merge with wq data.

Rename FlagCode levels from “100” to “Flag100” to be better column names eventually Full join wq dataframe and flag sample dataframe. Spread the FlagCode Column across multiple column for each FlagCode Level. This would result in one combined dataframe with multiple columns named like "Flag100", “Flag101”.

Filter - filter by NA in each flag row

Metadata - See flag sample info by click on flag code. Group by SIte, Parameter or both (radiobutton options). Show info like start date, end date, etc.

WQ Plots - Make color and shape options by each flag.

Tables - have default not show the flags in the table, but can click for them to be shown. (maybe "show all flags" or "no flags")

nzinck17 commented 6 years ago

Decided to just filter out selected Flag Data. Should still add to Metadata #44 Do not need in Plot Grouping. Will not show up in Tables