View source: R/OutputDatabase.R
You realize that you want additional output fields after starting a simulation project; or, the package is updated while you are working on a simulation, and produces now additional output fields for output options that are active in your simulation project. In either case, you don't want to discard data that is already in ‘dbOutput’.
| 1 2 3 4 5 6 | dbOutput_update_OverallAggregationTable(
  SFSW2_prj_meta,
  col_ids = NULL,
  chunksize = 1000,
  verbose = FALSE
)
 | 
| SFSW2_prj_meta | See elsewhere | 
| col_ids | An integer vector. If  | 
| chunksize | An integer value. Chunks used to transfer data to the new table. | 
| verbose | A logical value. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.