Transfers the provided data table into the format for FoRDM analysis. The columns that represent management, sow (state-of-the-world, scenarios), and time have to be defined. All other columns are treated as objectives.
build_fordm_table(data, management, sow, time, time_unit = "years")A list with the processed data for further use in the FoRDM analysis, including the input data, mapping for identification of columns and objective columns.
A data.frame containing the input data.
The name of the management column.
The name of the state-of-the-worlds (SOW) column.
The name of the time column.
The unit of time used in the time column. Options are "years" (default) or "decades".