SRJPE / JPE-datasets

Repository for cleaning all SR JPE monitoring data
Other
1 stars 0 forks source link

Updates butte trap to exclude fyke only days #120

Closed ErinCain closed 1 year ago

ErinCain commented 1 year ago

Update butte creek data in standard format datasets - I made the following changes:

Additionally I was getting and error with the mutate statement ifelse( , ,NA_real_) so I changed NA_real_ to NA

I also was having some speed issues with the catch script. I found that adding an ungroup() after the summarize statements improved performance drastically.