Description Usage Arguments Examples
View source: R/AllFunctions.R
Initializes and prepares the data environment for storing the QA data
1
initDB(db = .db)
db
An environment storing all the QA data. By default it is an hidden global environment .db.
environment
.db
1 2
db <- new.env() initDB(db)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.