db.r (version 0.1.3)

DemoDB: Demo database for testing and examples.

Description

Psuedo-function that returns an example database. We're using the Chinook database which is a commonly used example database.

Usage

DemoDB()

Arguments

Examples

Run this code
db <- DemoDB()
db$query("select * from Artist;")
db$tables

Run the code above in your browser using DataLab