Learn R Programming

linea (version 0.1.1)

import_model: import_model

Description

Import and run the excel model file

Usage

import_model(path, verbose = FALSE)

Value

model object

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