View source: R/mm_validate_name.R
mm_validate_name | R Documentation |
Check the syntactic & scientific validity of a model name. Returns the model name if it's valid, otherwise gives an error
mm_validate_name(model_name)
model_name |
character string identifying the model features. Use
|
mm_validate_name("b_np_oipi_tr_plrckm.stan")
## Not run:
mm_validate_name("b_np_oipn") # throws error
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.