initDB {QUALIFIER}R Documentation

Initializes the data environment

Description

Initializes and prepares the data environment for storing the QA data

Usage

initDB(db = .db)

Arguments

db

An environment storing all the QA data. By default it is an hidden global environment .db.

Examples

db <- new.env()
initDB(db)

[Package QUALIFIER version 1.26.1 Index]