Skip to content

Commit

Permalink
no native pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 14, 2024
1 parent 7bdae1d commit 93ae511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ getModelInfo <- function(strategusOutputPath) {
}
}

models <- model |>
dplyr::group_by(.data$target_id, .data$outcome_id) |>
models <- model %>%
dplyr::group_by(.data$target_id, .data$outcome_id) %>%
dplyr::summarise(modelPath = list(.data$modelPath), .groups = "drop")
return(models)
}
Expand Down

0 comments on commit 93ae511

Please sign in to comment.