Skip to content

Commit

Permalink
oops, wrong commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Oct 8, 2024
1 parent fae2459 commit a3fe7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fetchSOLUS.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ fetchSOLUS <- function(x = NULL,
# fix inconsistencies in depth column
res$depth[is.na(res$depth) | res$depth == ""] <- "all_cm"
dlut <- c("all_cm" = "all",
"0_cm" = "0", "5_cm" = "5", "15" = "15_cm",
"0_cm" = "0", "5_cm" = "5", "15_cm" = "15",
"30_cm" = "30", "60_cm" = "60", "100_cm" = "100",
"150_cm" = "150")

Expand Down

0 comments on commit a3fe7f3

Please sign in to comment.