diff --git a/R/summariseOmopTables.R b/R/summariseOmopTables.R deleted file mode 100644 index 55f091a..0000000 --- a/R/summariseOmopTables.R +++ /dev/null @@ -1,16 +0,0 @@ - -#' Summarise the omop_table objects present in a cdm_reference using the -#' function summariseOmopTable(). -#' -#' @param cdm An cdm_reference object. -#' @param byYear Whether to stratify the analysis by year. -#' -#' @export -#' -summariseOmopTables <- function(cdm, byYear = FALSE) { - # initial checks - checkmate::assertClass(cdm, "cdm_reference") - - # summary - -}