getPlpTable: Create a dataframe with the summary details of the population...

Description Usage Arguments Details Examples

View source: R/CreatePlpDocument.R

Description

Create a dataframe with the summary details of the population cohort for publications

Usage

1
2
3
4
5
6
7
8
9
getPlpTable(
  cdmDatabaseSchema,
  oracleTempSchema,
  covariateSettings,
  longTermStartDays = -365,
  population,
  connectionDetails,
  cohortTable = "#temp_person"
)

Arguments

cdmDatabaseSchema

The schema containing the OMOP CDM data

oracleTempSchema

The oracle schema if needed

covariateSettings

The covariateSettings if different from default

longTermStartDays

How far to look back when looking for the variables in the data

population

The population you want the summary table for

connectionDetails

The connection details used to connect to the CDM database

cohortTable

The name of the temp table that will store the popualtion cohort

Details

This function is used to create a summary table for population to be inserted into publications

Examples

1
2
3
4
## Not run: 
getTable1 (plpData, population, connectionDetails)

## End(Not run)

hxia/plp-git-demo documentation built on March 19, 2021, 1:54 a.m.