Skip to contents

Run AEME in a Shiny app

Usage

run_aeme_shiny(aeme, param, path = ".", model_controls = NULL)

Arguments

aeme

Aeme object.

param

dataframe; of parameters read in from a csv file. Requires the columns c("model", "file", "name", "value", "min", "max", "log")

path

character; directory where input files are located. Defaults to the path stored in aeme, or the current working directory if not set.

model_controls

data.frame; model configuration, typically loaded via get_model_controls().

Value

Launches shiny app