View source: R/slimmr_user_import_slim_model.R
import_slim_model | R Documentation |
This function import a .slim script file and converts it to a slimmr EidosModel object. This object can be manipulated and run with the various functions of slimmr.
import_slim_model(script_path, name = script_path)
script_path |
Path to .slim script. |
name |
A name for the model (defaults to script_path) |
An EidosModel object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.