powered by
Export a table from sqlite.
table2dt(timsr, names)
Instance of TimsR
Names to extract from the sqlite database.
data.table
# 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