Description Usage Arguments Value
Parses a model YAML file into a list object that contains correctly formatted information from the YAML and is an S3 object of class 'bbi_.model_type_model' that can be passed to 'submit_model()', 'model_summary()', etc.
1 | read_model(.path, .directory = get_model_directory())
|
.path |
Path to the YAML file to parse. MUST be either an absolute path, or a path relative to the '.directory' argument. |
.directory |
Model directory which ‘.path' is relative to. Defaults to 'options(’rbabylon.model_directory')', which can be set globally with 'set_model_directory()'. |
S3 object of class 'bbi_.model_type_model'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.