Displays a human-readable summary of an omop_plan including
the cohort definition, all configured outputs with their types and
key parameters, and plan-wide options.
Usage
# S3 method for class 'omop_plan'
print(x, ...)Examples
if (FALSE) { # \dontrun{
plan <- ds.omop.plan()
plan <- ds.omop.plan.baseline(plan)
print(plan)
} # }