Description Usage Arguments Value Examples
Re-create or update ‘dbWork’ based on ‘dbOutput’
1 2 3 4 5 6 7 8  | recreate_dbWork(
  path,
  dbOutput,
  use_granular_control,
  SFSW2_prj_meta = NULL,
  verbose = FALSE,
  print.debug = FALSE
)
 | 
path | 
 A character string. Path to the folder where the database will be created.  | 
dbOutput | 
 A character string. Full name to the output database.  | 
use_granular_control | 
 A logical vector.  | 
SFSW2_prj_meta | 
 An environment. If not   | 
A logical vector indicating success.
1 2 3 4 5 6  | ## Not run: 
if (exists("SFSW2_prj_meta")) {
  # `SFSW2_prj_meta` object as produced, e.g., for `TestPrj4`
  recreate_dbWork(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.