Learn R Programming

timsr (version 0.0.3)

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

Description

Explore the contentents of the sqlite .tdf database.

Usage

tdf.tables(timsr)

Arguments

timsr

Instance of TimsR

Value

List of data.tables filled with data from 'analysis.tdf'.

Examples

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

Run the code above in your browser using DataLab