Erik Leppo
Erik Leppo
Text from #118 Fail = Red triangle Suspect = Orange squar Pass = Blue circle (or whatever is current color) discrete = black circle (same as current) If create function...
Solution is not zip::zip() but to use "extras = "-j"" to strip the path. https://stackoverflow.com/questions/50339737/cannot-zip-directory-from-within-r-without-including-full-file-path
Five ways to get a zip file so have to ensure each has the modified code. - [x] QC - [x] Aggregate - [x] SummaryStats - [x] Hobo - [x]...
Works in console but when run in Shiny it fails to create the zip file. 
put on hold
https://stackoverflow.com/questions/51770621/zip-files-without-directory-name-in-r Tested "-j" and it worked. ``` # Examples of each operation # 00. Set up # Parameters Selection.Operation
Did not work in practice. Had added full.names as a parameter. It was causing issues. Removed it.
Basic example with all points. And classified by flag type. No discrete data. P = pass, F = Fail, S = Suspect, X = NA 
QC and Aggregate Reports.
Also in PeriodStats report. Save for later.