Skip to content

Commit

Permalink
Compatibility with new release of omopgenerics (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalamarti authored Apr 20, 2024
1 parent 40ffda7 commit b3b8041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/dbSource.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ dbSource <- function(con, writeSchema) {
insertTable.db_cdm <- function(cdm,
name,
table,
overwrite = TRUE) {
overwrite = TRUE,
...) {
src <- cdm
checkmate::assertCharacter(name, len = 1, any.missing = FALSE)
con <- attr(src, "dbcon")
Expand Down
2 changes: 1 addition & 1 deletion vignettes/a02_cohorts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ cdm$cohort_subset <- cdm$cohort %>%
compute(name = "cohort_subset", temporary = FALSE, overwrite = TRUE) %>%
new_generated_cohort_set()
cdm$cohort2
cdm$cohort_subset
cohort_count(cdm$cohort_subset)
Expand Down

0 comments on commit b3b8041

Please sign in to comment.