View source: R/check_simulator_inputs.R
check_simulator_inputs | R Documentation |
disease_simulator
function.This is an internal function that checks inputs to the disease_simulator
function to make sure they are valid, and sets default values for needed
inputs if their values are not supplied. The possible inputs for this
function are the same as the possible inputs to the disease_simulator
function.
check_simulator_inputs(inputs)
inputs |
Nested list/object with named elements:
|
A list identical to the inputs, except with default values supplied to fill in any crucial missing values, as explained in the documentation above.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.