Skip to content

Commit

Permalink
rename lagosus_depth to lake_depth
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Jun 22, 2020
1 parent 8931a6b commit c7f3f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ingest.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ lagos_ingest <- function(locus_version = NA, locus_folder = NA,
na.strings = c(""), sep = ",")

depth <- load_lagos_txt(
list.files(depth_folder, pattern = "lagosus_depth.csv",
list.files(depth_folder, pattern = "lake_depth.csv",
include.dirs = TRUE, full.names = TRUE), sep = ",")

depth <- list(depth = depth,
Expand Down

0 comments on commit c7f3f2f

Please sign in to comment.