Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
super-lou committed Aug 30, 2024
1 parent ca2810b commit c8231a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/process_extraction.R
Original file line number Diff line number Diff line change
Expand Up @@ -2975,10 +2975,10 @@ apply_extraction = function (i, data, colArgs, otherArgs,
data = dplyr::mutate(
data,
!!!rlang::data_syms(keepDate),
dplyr::across(.cols=dplyr::matches("Value[[:digit:]]+"),
.fns=~dplyr::if_else(dplyr::row_number() == 1 |
time_step == "none",
.x, NaN)),
# dplyr::across(.cols=dplyr::matches("Value[[:digit:]]+"),
# .fns=~dplyr::if_else(dplyr::row_number() == 1 |
# time_step == "none",
# .x, NaN)),
!!paste0("ValueEX", i) :=
dplyr::if_else(dplyr::row_number() == 1 |
time_step == "none",
Expand Down

0 comments on commit c8231a6

Please sign in to comment.