Skip to content

Commit

Permalink
Update generate_data.R
Browse files Browse the repository at this point in the history
  • Loading branch information
BrookeGibbons authored Jun 24, 2024
1 parent a492548 commit ed47cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/generate_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ generate_data <- function(save = TRUE, dest = here::here("inst/data/mpa_data.rds

}

metadata1 <- metadata %>%
metadata <- metadata %>%
dplyr::mutate(latitude_dd = as.numeric(latitude_dd),
longitude_dd = as.numeric(longitude_dd)) %>%
dplyr::left_join(zoning) %>%
Expand Down

0 comments on commit ed47cee

Please sign in to comment.