Skip to content

Commit

Permalink
ooooh there was an head(-10) here...
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCoulombe committed Jan 15, 2022
1 parent 4cd4c8e commit 97e8e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prep_geocode_csv.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(update_csv){

# this is the list of wells that need geocoding
to_geocode <- wells_in_db %>%
anti_join(wells_geocoded_in_db %>% head(-10)) %>%
anti_join(wells_geocoded_in_db) %>%
filter(!is.na(latitude_decdeg), !is.na(longitude_decdeg)) %>%
tail(max_number_geocoded)

Expand Down

0 comments on commit 97e8e61

Please sign in to comment.