Learn R Programming

timsr (version 0.0.3)

table2dt: Extract tables from sqlite database analysis.tdf.

Description

Export a table from sqlite.

Usage

table2dt(timsr, names)

Arguments

timsr

Instance of TimsR

names

Names to extract from the sqlite database.

Value

data.table

Examples

Run this code
# NOT RUN {
D = TimsR('path/to/your/folder.d')
print(head(table2dt(D, "Frames"))) # Extract table "Frames".
# }

Run the code above in your browser using DataLab