Learn R Programming

rangeModelMetadata (version 0.1.5)

rmmTemplate: Range modeling metadata

Description

Make an empty metadata list

Usage

rmmTemplate(family = NULL)

Value

a range model metadata list

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.

Author

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

Details

See Examples.

Examples

Run this code
rmm1 <- rmmTemplate()
rmm2 <- rmmTemplate(family=c('base'))
str(rmm2)

Run the code above in your browser using DataLab