Description Usage Arguments Details
View source: R/Simulation_Project.R
Move temporary output data to output databases
| 1 2 3 4 5 6 7 8 9 10 | move_output_to_dbOutput(
  SFSW2_prj_meta,
  t_job_start,
  opt_parallel,
  opt_behave,
  opt_out_run,
  opt_verbosity,
  check_if_Pid_present = FALSE,
  dir_out_temp = NULL
)
 | 
| dir_out_temp | A character string. The path to temporary output files.
If  | 
Expectations on how the function locates files on disk:
SFSW2_prj_meta[["project_paths"]][["dir_out"]] is
the path to dbWork
SFSW2_prj_meta[["project_paths"]][["dir_out_temp"]]
is the path to concatFile and ‘SQL_tmptxt_failed.txt’
dir_out_temp is the path to temporary output files
SFSW2_prj_meta[["fnames_out"]][["dbOutput"]] is the full
file name of dbOutput
SFSW2_prj_meta[["fnames_out"]][["dbOutput_current"]] is the
full file name of dbOutput_current 
The code executes opt_out option
dbOutCurrent_from_dbOut only, once all simulation runs are
completed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.