Outcome

The outcome r outcome$name occurring between target r populationSettings$startAnchor + r populationSettings$riskWindowStart days and target r populationSettings$endAnchor + r populationSettings$riskWindowEnd days is defined as:

markdown <- tryCatch(
  {CirceR::cohortPrintFriendly(outcome$expression)}, 
  error = function(e) return('')
)
markdown <- gsub('###', '####',markdown)
cat(markdown)


Try the OhdsiReportGenerator package in your browser

Any scripts or data that you put into this service are public.

OhdsiReportGenerator documentation built on April 12, 2025, 2:09 a.m.