diff --git a/NAMESPACE b/NAMESPACE index 9e407f5..ff5b2a4 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -2,7 +2,6 @@ export(summariseEntryCharacteristics) export(summariseOmopTable) -export(summariseOmopTables) export(summarisePersonDays) export(suppress) importFrom(magrittr,"%>%") diff --git a/man/summariseOmopTables.Rd b/man/summariseOmopTables.Rd deleted file mode 100644 index 34fe7df..0000000 --- a/man/summariseOmopTables.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/summariseOmopTables.R -\name{summariseOmopTables} -\alias{summariseOmopTables} -\title{Summarise the omop_table objects present in a cdm_reference using the -function summariseOmopTable().} -\usage{ -summariseOmopTables(cdm, byYear = FALSE) -} -\arguments{ -\item{cdm}{An cdm_reference object.} - -\item{byYear}{Whether to stratify the analysis by year.} -} -\description{ -Summarise the omop_table objects present in a cdm_reference using the -function summariseOmopTable(). -}