powered by
Create a dataframe with the summary details of the population cohort for publications
getPlpTable( cdmDatabaseSchema, oracleTempSchema, covariateSettings, longTermStartDays = -365, population, connectionDetails, cohortTable = "#temp_person" )
The schema containing the OMOP CDM data
The oracle schema if needed
The covariateSettings if different from default
How far to look back when looking for the variables in the data
The population you want the summary table for
The connection details used to connect to the CDM database
The name of the temp table that will store the popualtion cohort
This function is used to create a summary table for population to be inserted into publications
# NOT RUN { getTable1 (plpData, population, connectionDetails) # }
Run the code above in your browser using DataLab