Skip to content

Commit

Permalink
update R code
Browse files Browse the repository at this point in the history
  • Loading branch information
guuswilmink committed Sep 19, 2024
1 parent 756d911 commit 07e23f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/scripts/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ con <- connect(connectionDetails)

CaprPHEMS::countOccurrences(
v = conceptSets$concepts$uc1,
tables = names(links), # Query all CDM tables
tables = names(CaprPHEMS::links), # Query all CDM tables
links = CaprPHEMS::links, # Links between tables and concept_id fields (table:field)
db_connection = con,
cdm_schema = connectionConfig$cdm_schema,
Expand Down

0 comments on commit 07e23f5

Please sign in to comment.