Skip to content

Commit

Permalink
Update reslr_load.R
Browse files Browse the repository at this point in the history
  • Loading branch information
maeveupton committed Jun 14, 2023
1 parent 8a57d56 commit be63e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reslr_load.R
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ reslr_load <- function(data,
dplyr::group_by(SiteName) %>%
dplyr::slice_min(Age) %>%
dplyr::reframe(
# Test
# Testing
min_Age = Age
#min_Age = ifelse(Age>0, Age - Age_err,Age - Age_err)
)
Expand Down

0 comments on commit be63e05

Please sign in to comment.