Learn R Programming

tigreBrowserWriter (version 0.1.5)

closeDb: Finalise and close the database

Description

Finalise and close the database

Usage

closeDb(db, experimentSet = "")

Arguments

db

Database object created by initializeDb

experimentSet

Name of the experiment set for all the experiments (optional)

Examples

Run this code
# NOT RUN {
  db <- initializeDb("", "My Dataset")
  # ...
  closeDb(db)
# }

Run the code above in your browser using DataLab