Create all freeze and minmax assumption data frames from single data frame
ip_load_assumptions(assumptions, freeze.name = "value", minmax.name = c("value_min", "value_max"), drop.names = c("Notes"))
| assumptions | A data frame of assumptions that will be converted into |
|---|---|
| freeze.name | The name of the series in |
| minmax.name | The names of the series in |
| drop.names | The name of the series in |
A list of data frames and list containing freeze_cells, freeze_slice, minmax_cells, and minmax_slice.