Skip to content

Commit

Permalink
Fixed issue where some NCRO data is getting dropped.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosehartman committed Aug 8, 2023
1 parent 068613f commit 6ff0e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-raw/NCRO.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ northdelta = read_csv("data-raw/NCRO/WQDiscrete_NorthDelta_RockSlough_FranksTrac

NCRO_all = bind_rows(NCRO_allold,NCRO_all2022, northdelta)



# Import Secchi depth and Microcystis data, which were in a different Excel file
# It looks like the data file they sent for 2022 included all the older data too.
#NCRO_secchi_mviold <- read_excel("data-raw/NCRO/All WQES Station HAB Obs and Secchi 2017-2021.xlsx")
Expand Down Expand Up @@ -384,4 +386,3 @@ NCRO <- NCRO_all_c8_wide %>%
arrange(Datetime)

usethis::use_data(NCRO, overwrite = TRUE)

Binary file modified data/NCRO.rda
Binary file not shown.

0 comments on commit 6ff0e3a

Please sign in to comment.