Skip to content

Commit

Permalink
Expand description for export to explain utility of cohortDefinitionS…
Browse files Browse the repository at this point in the history
…et parameter
  • Loading branch information
anthonysena committed Jun 5, 2024
1 parent 8829634 commit 7f11c01
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion R/Export.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@
#' @description
#' This function retrieves the data from the cohort statistics tables and
#' writes them to the inclusion statistics folder specified in the function
#' call.
#' call. NOTE: inclusion rule names are handled in one of two ways:
#'
#' 1. You can specify the cohortDefinitionSet parameter and the inclusion rule
#' names will be extracted from the data.frame.
#' 2. You can insert the inclusion rule names into the database using the
#' insertInclusionRuleNames function of this package.
#'
#' The first approach is preferred as to avoid the warning emitted.
#'
#' @template Connection
#'
Expand Down
9 changes: 8 additions & 1 deletion man/exportCohortStatsTables.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f11c01

Please sign in to comment.