getExposureAttribute: Get attributes related to an exposure

Description Usage Arguments Value See Also

View source: R/getExposureAttribute.R

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

1
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.


ccmReportR documentation built on Feb. 12, 2021, 1:06 a.m.