import_model: import_model
Description
Import and run the excel model file
Usage
import_model(path, verbose = FALSE)
Arguments
- path
File path to the model file as string
- verbose
Boolean to specify whether to return the checked file
Details
Import and run the excel model file using check_model_file
and run_model
functions