Skip to content

Commit

Permalink
fix tidyselect
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 17, 2024
1 parent 6f568f5 commit 2e298f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ExternalValidatePlp.R
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ getData <- function(design, database, outputFolder, downloadTasks) {
dplyr::mutate(taskId = dplyr::row_number(),
collapsed = sapply(.data$restrictPlpDataSettings, paste0, collapse = "|")) %>%
dplyr::filter(.data$collapsed == paste0(design$restrictPlpDataSettings, collapse = "|")) %>%
dplyr::select(-.data$collapsed)
dplyr::select("collapsed")

databaseName <- database$cdmDatabaseName
database$targetId <- task$targetId
Expand Down

0 comments on commit 2e298f5

Please sign in to comment.