rmmCheckFinalize | R Documentation |
Check an rmm object for non-standard and missing values and fields
rmmCheckFinalize(rmm, family = c("base"))
rmm |
a range model metadata list |
family |
The rmm family to check the rmm against |
See Examples.
Prints feedback to point out possible errors.
Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>,
Other check:
rmmCheckEmpty()
,
rmmCheckMissingNames()
,
rmmCheckName()
,
rmmCheckValue()
,
rmmCleanNULLs()
rmm <- rmmTemplate() # Make an empty template
rmmCheckFinalize(rmm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.