View source: R/metadataTemplate.R
rmmTemplate | R Documentation |
Make an empty metadata list
rmmTemplate(family = NULL)
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. |
See Examples.
a range model metadata list
Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>
rmm1 <- rmmTemplate()
rmm2 <- rmmTemplate(family=c('base'))
str(rmm2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.