View source: R/check_model_filename.R
check_model_filename | R Documentation |
model_filename
is validCheck if the model_filename
is valid
Will stop if not.
check_model_filename(model_filename)
model_filename |
name of a file that stores a |
Nothing. Will stop if model_filename
is invalid.
Richèl J.C. Bilderbeek
use check_pheno_model_filename to check if a phenotype model filename is correct
check_model_filename("M0.json")
check_model_filename("~/M0.json")
check_model_filename("/home/me/M2.json")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.