load_parameters: Loads simulation parameters from a file

Description Usage Arguments

View source: R/load_parameters.R

Description

This function reads parameters from a file and reformats them so they are ready to be used in the model

Usage

1
load_parameters(file_path, sim_name = NULL, start_date = NULL)

Arguments

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.


wimmyteam/conisi documentation built on Oct. 30, 2021, 4:11 p.m.