Skip to content

Commit

Permalink
switch data back to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Oct 4, 2024
1 parent 5ecd673 commit 9451aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ uni.metric <- c("Length Frequency", "Relative Weight", "CPUE")

# # Read in lat/longs
locs <-
# read_csv("sites.csv") %>%
read_csv("toy_locs.csv") %>%
read_csv("sites.csv") %>%
# read_csv("toy_locs.csv") %>%
select(-date) # not parseable as is

# Read in example user upload data
Expand Down

0 comments on commit 9451aed

Please # to comment.