From c0d4ef16a26c538823e7c93eaa4799aefc000d41 Mon Sep 17 00:00:00 2001 From: catalamarti Date: Mon, 29 Apr 2024 14:31:23 +0100 Subject: [PATCH] document --- NAMESPACE | 1 - man/summariseOmopTables.Rd | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 man/summariseOmopTables.Rd 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(). -}