View source: R/load_parameters.R
This function reads parameters from a file and reformats them so they are ready to be used in the model
1 | load_parameters(file_path, sim_name = NULL, start_date = NULL)
|
file_path |
String The path to the file to be loaded |
sim_name |
String Optional The name of the simulation to be extracted from the file |
start_date |
Date Must be provided if the file contains start_date instead of start_time. It is the date that will be considered time zero. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.