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