getExposureAttribute {ccmReportR} | R Documentation |
getExposureAttribute()
specifies the object used to
get related information about an exposure. This function
wraps getAttribute()
to allow iteration over multiple
exposures. See getAttribute()
.
getExposureAttribute(attribute, exposure)
attribute |
character scalar. Names the CCM object used to obtain information about an exposure. One of the currently supported objects:
|
exposure |
character scalar or vector. Names the CCM Exposure Id to obtain information about. |
a tibble
of information related to an exposure.
getAttribute()
for information on how the CCM
query is executed. getExposures()
for obtaining Exposure Id's
required for this function.