table2df: Extract tables from sqlite database analysis.tdf.

View source: R/opentimsr.R

table2dfR Documentation

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

## Not run: 
D = OpenTIMS('path/to/your/folder.d')
print(head(table2df(D, "Frames"))) # Extract table "Frames".

## End(Not run)

opentimsr documentation built on March 30, 2022, 1:06 a.m.