This function breaks down a list of dimensions
(e.g. dimensionLength
, dimensionWidth
, etc.) from a single
resource (element) of an idaifield_docs
or idaifield_resources
object
and converts them to simple values.It is used as a helper function
for simplify_idaifield()
.
Arguments
- dimensionList
A list of dimensions (e.g.
dimensionLength
,dimensionWidth
, etc.) from a single resource (element) of anidaifield_docs
oridaifield_resources
object.- name
character. The name of the corresponding dimension list. Defaults to "dimension".
Value
A list containing simple values for each measured dimension from the list. If a range was entered, the function returns the mean without further comment.
See also
This function is used by:
simplify_idaifield()