rmmCheckMissingNames {rangeModelMetadata} | R Documentation |
Check for missing fields
Description
Identify obligate fields that are missing
Usage
rmmCheckMissingNames(rmm, family = c("base"))
Arguments
rmm |
a range model metadata list |
family |
The rmm family to check the rmm against |
Details
See Examples.
Value
A vector of names that are missing from the rmm object.
Author(s)
Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>,
See Also
Other check:
rmmCheckEmpty()
,
rmmCheckFinalize()
,
rmmCheckName()
,
rmmCheckValue()
,
rmmCleanNULLs()
Examples
rmm <- rmmTemplate() # Make an empty template
[Package rangeModelMetadata version 0.1.5 Index]