summarizeDatabaseContent {RCAS}R Documentation

summarizeDatabaseContent

Description

Given a path to an sqlite database created using RCAS::createDB function, accesses the database and provides a quick summary of available samples and number of entries of each sample in the available tables of the database.

Usage

summarizeDatabaseContent(dbPath)

Arguments

dbPath

Path to the sqlite database

Value

A data.frame object


[Package RCAS version 1.18.0 Index]