Skip to content

Commit

Permalink
update executeDqChecks description
Browse files Browse the repository at this point in the history
  • Loading branch information
katy-sadowski committed Sep 22, 2023
1 parent c22f1ff commit b4162ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/executeDqChecks.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#' @title Execute DQ checks
#'
#' @description This function will connect to the database, generate the sql scripts, and run the data quality checks against the database.
#' @description This function will connect to the database, generate the sql scripts, and run the data quality checks against the database. By default, results will be written to a json file as well as a database table.
#'
#' @param connectionDetails A connectionDetails object for connecting to the CDM database
#' @param cdmDatabaseSchema The fully qualified database name of the CDM schema
Expand Down

0 comments on commit b4162ca

Please sign in to comment.