create_dbWork: Create a SQLite-database 'dbWork' to manage runs of a...

Description Usage Arguments Value

View source: R/WorkDatabase.R

Description

Create a SQLite-database dbWork to manage runs of a rSFSW2 simulation project

Usage

1
create_dbWork(path, jobs)

Arguments

path

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

jobs

An integer matrix. Each row corresponds to one call of the simulation function do_OneSite, i.e., runsN_master x expN. The columns runID_total, runID_sites, include_YN represent a running ID, the site_id (row number in master input file), and a flag whether site is being simulated or not. See indices.

Value

Invisibly TRUE


DrylandEcology/rSFSW2 documentation built on Aug. 18, 2020, 1:27 p.m.