Convenience function that wraps ds.omop.plan.events with
representation = list(format = "features") to produce a
person-level binary outcome indicator for the given concept set.
This is a shorthand for defining an event-level features output
focused on outcome identification.
Examples
if (FALSE) { # \dontrun{
plan <- ds.omop.plan()
plan <- ds.omop.plan.outcome(plan,
name = "diabetes_outcome",
concept_set = c(201826),
table = "condition_occurrence"
)
} # }