Description Usage Arguments Value See Also
Creates a new OpenABM Parameters object (wrapper for
Parameters$new()
)
1 2 3 4 5 6 7 8 9 10 | Parameters.new(
input_param_file = NA_character_,
param_line_number = 1,
output_file_dir = "./",
input_households = NA_character_,
hospital_input_param_file = NA_character_,
hospital_param_line_number = NA_integer_,
read_param_file = TRUE,
read_hospital_param_file = FALSE
)
|
input_param_file |
Input parameters CSV file path.
Optional, default:
|
param_line_number |
Which column of the input param file to read. |
output_file_dir |
Where to write output files to. |
input_households |
Household demographics file.
Optional, default:
|
hospital_input_param_file |
Hospital input parameters CSV file path.
Optional, default:
|
hospital_param_line_number |
Which column of the hospital input param file to read. |
read_param_file |
A boolean. If |
read_hospital_param_file |
A boolean. If |
Parameters object (R6 Class)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.