table2df | R Documentation |
Export a table from sqlite.
table2df(opentims, names)
opentims |
Instance of OpenTIMS |
names |
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". ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.