rmmTemplate {rangeModelMetadata} | R Documentation |
Range modeling metadata
Description
Make an empty metadata list
Usage
rmmTemplate(family = NULL)
Arguments
family |
character string; specifies an application profile (use case) by specifying the families of entities that should be included. Specifying NULL includes all entities. Use 'rmmFamilies' to see supported values. |
Details
See Examples.
Value
a range model metadata list
Author(s)
Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>
Examples
rmm1 <- rmmTemplate()
rmm2 <- rmmTemplate(family=c('base'))
str(rmm2)
[Package rangeModelMetadata version 0.1.5 Index]