powered by
Export a table from sqlite.
table2df(opentims, names)
Instance of OpenTIMS
Names to extract from the sqlite database.
A list of tables.
# NOT RUN { D = OpenTIMS('path/to/your/folder.d') print(head(table2df(D, "Frames"))) # Extract table "Frames". # }
Run the code above in your browser using DataLab