batch_rates_and_fractions | R Documentation |
Allows user to provide an input table in CSV format to iteratively calculate results using get_rates_and_fractions() with the output returned in one row per set of inputs.
batch_rates_and_fractions(dat, inputs)
dat |
Processed CHAMPS dataset. |
inputs |
Path to a csv file specifying each scenario to run with
columns 'site','catchment', 'age', 'condition', 'icd10_regex',
'causal_chain'. The columns 'age', 'condition' ,'site', and 'catchment'
can have multiple values separated by a semicolon. These variables
specify parameters that will be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.