closeDb: Finalise and close the database

Description Usage Arguments Examples

View source: R/interface.R

Description

Finalise and close the database

Usage

1
closeDb(db, experimentSet = "")

Arguments

db

Database object created by initializeDb

experimentSet

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

Examples

1
2
3
  db <- initializeDb("", "My Dataset")
  # ...
  closeDb(db)

tigreBrowserWriter documentation built on May 2, 2019, 12:21 p.m.