Skip to content

Commit

Permalink
tidy select warning
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Jun 26, 2024
1 parent 903532e commit 3c706c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/CohortCharacterizationDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ getCohortCharacteristics <- function(connectionDetails = NULL,

covariates <- covariates %>%
dplyr::mutate("sd" = sqrt(.data$p * (1 - .data$p))) %>%
dplyr::select(-.data$p) %>%
dplyr::select(-"p") %>%
dplyr::rename("mean" = "averageValue") %>%
dplyr::select(-populationSize)

Expand Down

0 comments on commit 3c706c2

Please sign in to comment.