getCaseAttribute {ccmReportR} | R Documentation |
Get attributes related to a case
Description
getCaseAttribute()
specifies the object used to
get related information about a case. This function
wraps getAttribute()
to allow iteration over multiple
cases. See getAttribute()
.
Usage
getCaseAttribute(attribute, case)
Arguments
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. |
Value
a tibble
of information related to a case.
See Also
getAttribute()
for information on how the CCM
query is executed. getCases()
for obtaining Case Id's
required for this function.
[Package ccmReportR version 0.1.0 Index]