Erik Leppo

Results 35 comments of 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. ![image](https://user-images.githubusercontent.com/24276278/104931420-5e69c300-5974-11eb-9425-3f0824655611.png)

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 ![image](https://user-images.githubusercontent.com/24276278/89818797-5fbad800-db18-11ea-9202-b181d87d5f95.png)

Also in PeriodStats report. Save for later.