dbWork_update_job: Update run information of a 'rSFSW2' simulation project

Description Usage Arguments Value

View source: R/WorkDatabase.R

Description

Update run information of a rSFSW2 simulation project

Usage

1
dbWork_update_job(path, runID, status, time_s = "NULL", verbose = FALSE)

Arguments

path

A character string. Path to the folder where the database will be created.

runID

An integer value. The identification number of the current run, i.e., a value out of runIDs_total, see indices.

status

A character string. One of “completed”, “failed”, “inwork”.

time_s

A numeric value. The execution time in seconds; used if status is one of “completed” and “failed”.

verbose

A logical value. If TRUE, status messages about file lock and database access are printed

Value

A logical value whether the status was successfully updated.


Burke-Lauenroth-Lab/rSFSW2 documentation built on Aug. 14, 2020, 5:20 p.m.