Learn R Programming

opentimsr (version 1.0.13)

explore.tdf.tables: Explore the contentents of the sqlite .tdf database.

Description

Explore the contentents of the sqlite .tdf database.

Usage

explore.tdf.tables(opentims, ...)

Arguments

opentims

Instance of OpenTIMS

...

Parameters passed to head and tail functions.

Examples

Run this code
# NOT RUN {
D = OpenTIMS('path/to/your/folder.d')
explore.tdf.tables(D) 
# }

Run the code above in your browser using DataLab