Skip to content

Commit

Permalink
Merge pull request #309 from OHDSI/donttest
Browse files Browse the repository at this point in the history
add donttest
  • Loading branch information
cecicampanile authored Jan 28, 2025
2 parents 11b57d9 + 4e0317d commit 611b362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/tableOmopSnapshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' @return A gt or flextable object with the summarised data.
#' @export
#' @examples
#' \donttest{
#' cdm <- mockOmopSketch(numberIndividuals = 10)
#'
#' result <- summariseOmopSnapshot(cdm)
Expand All @@ -13,6 +14,7 @@
#' tableOmopSnapshot()
#'
#' PatientProfiles::mockDisconnect(cdm)
#' }
tableOmopSnapshot <- function(result,
type = "gt") {
# initial checks
Expand Down
2 changes: 2 additions & 0 deletions man/tableOmopSnapshot.Rd

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

0 comments on commit 611b362

Please sign in to comment.