Skip to content

Commit

Permalink
add donttest
Browse files Browse the repository at this point in the history
  • Loading branch information
cecicampanile committed Jan 28, 2025
1 parent 11b57d9 commit 4e0317d
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 4e0317d

Please sign in to comment.