getCaseAttribute() specifies the object used to
get related information about a case. This function
wraps getAttribute() to allow iteration over multiple
cases. See getAttribute().
getCaseAttribute(attribute, case)Character scalar. Names the CCM object to obtain related information about a case. One of the currently supported objects:
exposures: Exposures
interventions: Interventions
labResults: Lab Results
outbreaks: Outbreaks
riskFactor: Risk Factors
symptoms: Symptoms
Character scalar or vector. Names the CCM Case Id to use when obtaining information.
a tibble of information related to a case.
getAttribute() for information on how the CCM
query is executed. getCases() for obtaining Case Id's
required for this function.