Learn R Programming

rangeModelMetadata (version 0.1.5)

rmmCheckMissingNames: Check for missing fields

Description

Identify obligate fields that are missing

Usage

rmmCheckMissingNames(rmm, family = c("base"))

Value

A vector of names that are missing from the rmm object.

Arguments

rmm

a range model metadata list

family

The rmm family to check the rmm against

Author

Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>,

Details

See Examples.

See Also

Other check: rmmCheckEmpty(), rmmCheckFinalize(), rmmCheckName(), rmmCheckValue(), rmmCleanNULLs()

Examples

Run this code
rmm <- rmmTemplate() # Make an empty template


Run the code above in your browser using DataLab