getExposureAttribute {ccmReportR}R Documentation

Get attributes related to an exposure

Description

getExposureAttribute() specifies the object used to get related information about an exposure. This function wraps getAttribute() to allow iteration over multiple exposures. See getAttribute().

Usage

getExposureAttribute(attribute, exposure)

Arguments

attribute

character scalar. Names the CCM object used to obtain information about an exposure. One of the currently supported objects:

  1. investigations: Exposure Investigations

exposure

character scalar or vector. Names the CCM Exposure Id to obtain information about.

Value

a tibble of information related to an exposure.

See Also

getAttribute() for information on how the CCM query is executed. getExposures() for obtaining Exposure Id's required for this function.


[Package ccmReportR version 0.1.0 Index]