Description Usage Arguments Value Examples
Estimate percentage of completed runs
1 2 3 4 5  | dbWork_report_completion(
  path,
  use_granular_control = FALSE,
  SFSW2_prj_meta = NULL
)
 | 
path | 
 A character string. Path to the folder where the database will be created.  | 
use_granular_control | 
 A logical value. If   | 
SFSW2_prj_meta | 
 An environment. If   | 
A numeric value in [0,100] in percent. The proportion of
output units that are reported as complete.
1 2 3 4 5 6 7 8 9 10  | ## Not run: 
# `SFSW2_prj_meta` object as produced, e.g., for `TestPrj4`
if (exists("SFSW2_prj_meta")) {
  dbWork_report_completion(
    path = SFSW2_prj_meta[["project_paths"]][["dir_out"]],
    use_granular_control =
      SFSW2_prj_meta[["opt_out_fix"]][["use_granular_control"]],
    SFSW2_prj_meta = SFSW2_prj_meta)
}
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.