Learn R Programming

opentimsr (version 1.0.13)

table2df: Extract tables from sqlite database analysis.tdf.

Description

Export a table from sqlite.

Usage

table2df(opentims, names)

Arguments

opentims

Instance of OpenTIMS

names

Names to extract from the sqlite database.

Value

A list of tables.

Examples

Run this code
# 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