Skip to content

Commit

Permalink
update isStandardDB
Browse files Browse the repository at this point in the history
  • Loading branch information
guuswilmink committed Sep 10, 2024
1 parent 1b34dcc commit cb2def1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/isStandardDB.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ isStandardDB <- function(db_connection, cdm_schema, vocab_schema, links, save_pa

# Save file with empty tables
message(paste0("A file with the names of tables/files without non-standard concepts is saved here: ",
save_path, "/isStandardDB_AllStandard.txt"))
save_path, "/isStandardDB_OnlyStandard.txt"))
readr::write_file(paste(empty_tables, collapse=""), paste0(save_path, "/isStandardDB_AllStandard.txt"))

message(paste0("Finished checking for non-standard concepts.\n", nrow(res), " non-standard concepts found across tables."))
Expand Down

0 comments on commit cb2def1

Please sign in to comment.