Update butte creek data in standard format datasets - I made the following changes:
Updated subsite names so we didn't have "okie fyke trap" and "okie dam fyke trap" - changed all to "okie dam fyke trap"
Updated all butte datasets to remove days that only fyke trap sampling
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.
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 changedNA_real_
toNA
I also was having some speed issues with the catch script. I found that adding an ungroup() after the summarize statements improved performance drastically.