View source: R/simplify_utilities.R
idf_sepdim | R Documentation |
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()
.
idf_sepdim(dimensionList, name = NULL)
dimensionList |
A list of dimensions (e.g. |
name |
character. The name of the corresponding dimension list. Defaults to "dimension". |
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.
This function is used by: simplify_idaifield()
## Not run:
dimensionLength_new <- idf_sepdim(idaifield_resources[[1]]$dimensionLength, "dimensionLength")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.