You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in mutate():
ℹ In argument: max_effect_Mid = case_when(...).
Caused by error in case_when():
! Failed to evaluate the left-hand side of formula 1.
Caused by error:
! object 'avg_Mid' not found
Backtrace:
global calc_dist_metrics(pw_ft, flood_event_datetime, c("relabund"))
TEMPEST-1-porewater/scripts/analysis_scripts/1_manuscript_analysis_porewaterDOC.Rmd
Line 279 in 53f892c
error:
Error in
mutate()
:ℹ In argument:
max_effect_Mid = case_when(...)
.Caused by error in
case_when()
:! Failed to evaluate the left-hand side of formula 1.
Caused by error:
! object 'avg_Mid' not found
Backtrace:
Error in mutate(., max_effect_Mid = case_when(avg_Mid > avg_Pre ~ max_Mid, :
Caused by error in
case_when()
:! Failed to evaluate the left-hand side of formula 1.
Caused by error:
! object 'avg_Mid' not found
I checked and there should be data for the mid-point (at least one timepoint) so not sure what's going on
The text was updated successfully, but these errors were encountered: