From c80cfd78a76a8dc73623b1e427ce449f82ae3f5f Mon Sep 17 00:00:00 2001 From: egillax Date: Fri, 17 Jan 2025 15:13:34 +0100 Subject: [PATCH] docs --- man/getCohortCovariateData.Rd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man/getCohortCovariateData.Rd b/man/getCohortCovariateData.Rd index 5c0c515f3..3cb66cbed 100644 --- a/man/getCohortCovariateData.Rd +++ b/man/getCohortCovariateData.Rd @@ -6,6 +6,7 @@ \usage{ getCohortCovariateData( connection, + tempEmulationSchema = NULL, oracleTempSchema = NULL, cdmDatabaseSchema, cdmVersion = "5", @@ -20,7 +21,9 @@ getCohortCovariateData( \arguments{ \item{connection}{The database connection} -\item{oracleTempSchema}{The temp schema if using oracle} +\item{tempEmulationSchema}{The schema to use for temp tables} + +\item{oracleTempSchema}{DEPRECATED The temp schema if using oracle} \item{cdmDatabaseSchema}{The schema of the OMOP CDM data}