read_model.RdParses 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.
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 | Model directory which |
S3 object of class bbi_{.model_type}_model