Learn R Programming

QUALIFIER (version 1.16.1)

initDB: 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

Run this code
db <- new.env()
initDB(db)

Run the code above in your browser using DataLab