getOutbreakAttribute {ccmReportR} | R Documentation |
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)
attribute |
Character scalar. Names the CCM object to obtain related information about a case. One of the currently supported objects:
|
outbreak |
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.