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

Description Usage Arguments Value Examples

View source: R/timsr.R

Description

Explore the contentents of the sqlite .tdf database.

Usage

1
tdf.tables(timsr)

Arguments

timsr

Instance of TimsR

Value

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

Examples

1
2
3
4
5
## Not run: 
D = TimsR('path/to/your/folder.d')
print(tdf.tables(D)) 

## End(Not run)

timsr documentation built on May 12, 2021, 1:08 a.m.

Related to tdf.tables in timsr...