View source: R/tabular_input.R
create_parameters_from_tabular | R Documentation |
If specified in the tabular file, DSA and PSA can also be created.
create_parameters_from_tabular(param_defs, df_env = globalenv())
param_defs |
A parameter definition file. |
df_env |
An environment containing external data. |
The tabular parameter definition file can have the
following columns: parameter
(the parameter name,
required), value
(required), low
and
high
(if both are present, a deterministic
sensitivity analysis will be performed), and psa
(a definition of a distribution to use in a probabilistic
sensitivity analysis. Other columns will be ignored.
The parameter definition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.