Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-burn committed Nov 1, 2024
1 parent 3aa4b81 commit 41159f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/addCodelistAttribute.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ addCodelistAttribute <- function(cohort,
}

cohortCodelist <- dplyr::bind_rows(currentCohortCodelist |>
dplyr::filter(!cohort_definition_id %in%
dplyr::filter(!.data$cohort_definition_id %in%
unique(cohortCodelist$cohort_definition_id)),
cohortCodelist)
}
Expand Down
2 changes: 1 addition & 1 deletion R/shinyDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#' schema ="main",
#' overwrite = TRUE)
#' my_result_cohort_diag <- cdm$my_cohort |> phenotypeDiagnostics()
#' shinyDiagnostics(my_result_cohort_diag)
#' shinyDiagnostics(my_result_cohort_diag, here::here())
#' }
shinyDiagnostics <- function(result,
directory){
Expand Down

0 comments on commit 41159f5

Please sign in to comment.