R/CohortIncidenceQueryBuilder.R
buildQuery.Rd
Builds SQL code to run analyses according given Cohort Characterization design
buildQuery(incidenceDesign, buildOptions)
A string object containing valid JSON that represents cohort incidence design
the parameters to use in building the analysis queries, created by buildOptions()
SQL code in MS Sql Server dialect, if it's required to run analysis on another DBMS
you have to use translateSql
function in the SqlRender package.