getOutbreakAttribute() specifies the object used to
get related information about an outbreak. This function
wraps getAttribute() to allow iteration over multiple
outbreaks.
getOutbreakAttribute(attribute, outbreak)Character scalar. Names the CCM object to obtain related information about a case. One of the currently supported objects:
exposures
investigations
locations
Character scalar or vector. Names the Outbreak Id to use when obtaining information.
A tibble of information related to an Outbreak.
getAttribute() for information on how the CCM
query is executed. getOutbreaks() for obtaining Outbreak Ids
required for this function.