rmmCheckMissingNames: Check for missing fields

View source: R/check.R

rmmCheckMissingNamesR 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



cmerow/rangeModelMetadata documentation built on Oct. 22, 2023, 1:35 a.m.